Skip to content

Commit

Permalink
chore: 💚 so annoying
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviernogueira committed Feb 21, 2024
1 parent 2420488 commit af2e80a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
- name: Install dependencies
run: |
python --version
python3 --version
python3 -m venv gparq
source gparq/bin/activate
python3 --version
pip install -r requirements.txt
pip install -r dev-requirements.txt
pip list
Expand All @@ -39,7 +40,9 @@ jobs:
pip list
- name: Run tests
run: pytest --cov=geoparquet_pydantic --cov-report=xml tests/
run: |
source gparq/bin/activate
pytest --cov=geoparquet_pydantic --cov-report=xml tests/
- name: Upload coverage report to CodeCov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit af2e80a

Please sign in to comment.