Skip to content

Commit

Permalink
Fix running tests in CI (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Dec 3, 2024
1 parent f9cb6fa commit c7724a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Pre-commit
uses: pre-commit/action@v3.0.1
- name: Tests
run: pytest --cov=onvif --cov-report=term-missing --cov-report=xml tests
run: python -m pytest --cov=onvif --cov-report=term-missing --cov-report=xml tests
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5.0.2
with:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Package
ciso8601==2.1.3
httpx==0.28.0
zeep[async]==4.3.1

0 comments on commit c7724a8

Please sign in to comment.