Update pytest workflow to use make test

This commit is contained in:
2024-01-25 09:36:29 -05:00
parent 4c2fc905b6
commit abc86db155
+4 -2
View File
@@ -17,5 +17,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
# You can test your matrix by printing the current Python version
- name: Display Python version
run: python -c "import sys; print(sys.version)"
- name: Run the tests with pytest
run: make test
env:
NEON_API_KEY: ${{ secrets.NEON_API_KEY }}