Skip to content

Commit

Permalink
chore: 💚 more CI debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviernogueira committed Feb 20, 2024
1 parent 042e2f6 commit b2273f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup pyenv
- name: Install Python
uses: gabrielfalcao/pyenv-action@v18
with:
default: "${{ matrix.python }}"
Expand All @@ -29,7 +29,6 @@ jobs:
pip list
- name: Run tests
shell: bash -l {0}
run: pytest --cov=geoparquet_pydantic --cov-report=xml tests/

- name: Upload coverage report to CodeCov
Expand Down

0 comments on commit b2273f4

Please sign in to comment.