diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 2fff7fb..41146b7 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -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 }}