Skip to content

Commit

Permalink
trying without installing pygbif
Browse files Browse the repository at this point in the history
  • Loading branch information
John Waller committed Mar 1, 2024
1 parent 401e038 commit 16aade8
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/python_live_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.11']
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GBIF_USER: ${{ secrets.GBIF_USER }}
Expand All @@ -30,12 +30,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Delete vcr cassettes so that it runs live tests
run: rm -rf test/vcr_cassettes/*
- name: Install pygbif
run: make

- name: Tests
run: pytest
- name: Test coverage
if: matrix.python-version == '3.9'
run: |
python3 -m "pytest" --cov-report=xml --cov=pygbif test/
codecov

0 comments on commit 16aade8

Please sign in to comment.