pipenv run

This commit is contained in:
2024-01-25 09:47:25 -05:00
parent 69daae25bf
commit f5d9857f8a
+1 -1
View File
@@ -22,6 +22,6 @@ jobs:
run: pipenv install --dev && pip install pytest
# You can test your matrix by printing the current Python version
- name: Run the tests with pytest
run: make test
run: pipenv run make test
env:
NEON_API_KEY: ${{ secrets.NEON_API_KEY }}