Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed Sep 19, 2024
1 parent 7a1ac78 commit a3186f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: poetry install
- name: Run tests
env:
PYTEST_ADDOPTS="--cov=aim --cov-report=term:skip-covered"
PYTEST_ADDOPTS: "--cov=aim --cov-report=term:skip-covered"
run: poetry run pytest
- name: ls
run: ls

0 comments on commit a3186f6

Please sign in to comment.