diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 7713aae..8d86f65 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -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 }}