Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Oct 27, 2023
1 parent bed2c10 commit d0fdb2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -e ".[testing]"
python -m pip install -e ".[tests]"
- name: Test with pytest
run: |
pytest tests --cov=tests --cov=pygeoif --cov-report=xml
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest
python -m pip install -e ".[tests]"
- name: Test with pytest
run: |
pytest tests
Expand Down

0 comments on commit d0fdb2c

Please sign in to comment.