From f5d9857f8af2b70389bac8a735be6a3f1c8e0601 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 25 Jan 2024 09:47:25 -0500 Subject: [PATCH] pipenv run --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}