From 401e038253c19eb4fc4bc9cb5c02bc800f851d82 Mon Sep 17 00:00:00 2001 From: John Waller Date: Fri, 1 Mar 2024 11:39:45 +0100 Subject: [PATCH] rename and only run on one version python --- .github/workflows/python_live_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python_live_tests.yml b/.github/workflows/python_live_tests.yml index fe6576a..63b4bc8 100644 --- a/.github/workflows/python_live_tests.yml +++ b/.github/workflows/python_live_tests.yml @@ -1,4 +1,4 @@ -name: Python +name: Python live API tests on: [push, pull_request] @@ -28,7 +28,7 @@ jobs: run: | python -m pip install --upgrade pip if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - - name: Delete vcr cassettes + - name: Delete vcr cassettes so that it runs live tests run: rm -rf test/vcr_cassettes/* - name: Install pygbif run: make