Skip to content

Commit c7724a8

Browse files
authored
Fix running tests in CI (#68)
1 parent f9cb6fa commit c7724a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Pre-commit
2828
uses: pre-commit/[email protected]
2929
- name: Tests
30-
run: pytest --cov=onvif --cov-report=term-missing --cov-report=xml tests
30+
run: python -m pytest --cov=onvif --cov-report=term-missing --cov-report=xml tests
3131
- name: Upload coverage to Codecov
3232
uses: codecov/[email protected]
3333
with:

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Package
2+
ciso8601==2.1.3
23
httpx==0.28.0
34
zeep[async]==4.3.1

0 commit comments

Comments
 (0)