Skip to content

Commit 1d7aff2

Browse files
change the way pytest is invoked in .github/buildandtestpyasqapi.yml
1 parent 8640d1a commit 1d7aff2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/buildandtestpyaqsapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ jobs:
6363
env:
6464
AQSkey: ${{ secrets.AQSKEY }}
6565
AQSuser: ${{ secrets.AQSUSER }}
66-
run: pytest
66+
run: python -m pytest

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[pytest]
22
minversion = 6.0
3-
pythonpath = .
3+
pythonpath = pyaqsapi
44
pyaqsapi/bybox
55
pyaqsapi/bycbsa
66
pyaqsapi/bycounty

0 commit comments

Comments
 (0)