Skip to content

Commit

Permalink
Debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dostuffthatmatters committed Jan 18, 2024
1 parent 46a6cfd commit 04217ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Tenta Python Client

[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/tum-esm/tenta-client/test.yml?label=tests%20on%20main%20branch)](https://github.com/tum-esm/tenta-client/actions/workflows/test.yml)
[![GitHub](https://img.shields.io/github/license/tum-esm/tenta-client?color=f1f5f9&)](https://github.com/tum-esm/tenta-client/blob/main/LICENSE)
[![GitHub](https://img.shields.io/github/license/tum-esm/tenta-client?color=f1f5f9)](https://github.com/tum-esm/tenta-client/blob/main/LICENSE)
[![PyPI - Version](https://img.shields.io/github/v/tag/tum-esm/tenta-client?label=version&color=f1f5f9)](https://pypi.org/project/tenta)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/tenta?label=supported%20Python%20versions&color=f1f5f9)](https://pypi.org/project/tenta)

Expand Down
2 changes: 1 addition & 1 deletion tests/test_static_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ def test_static_types() -> None:
_rmdir(".mypy_cache/3.*/example.*")

for path in ["tenta/", "tests/", "example.py"]:
assert os.system(f"cd {PROJECT_DIR} && .venv/bin/python -m mypy {path}") == 0
assert os.system(f"cd {PROJECT_DIR} && python -m mypy {path}") == 0

0 comments on commit 04217ba

Please sign in to comment.