Skip to content

Commit

Permalink
rename and only run on one version python
Browse files Browse the repository at this point in the history
  • Loading branch information
John Waller committed Mar 1, 2024
1 parent d0c1af2 commit 401e038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_live_tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python
name: Python live API tests

on: [push, pull_request]

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 401e038

Please sign in to comment.