Skip to content

Commit

Permalink
chore: Minimum Python 3.9; Splits optional dependencies
Browse files Browse the repository at this point in the history
Closes #47
Closes #48

+ Bumps minimum version to Python 3.9
+ Splits optional dependencies
  • Loading branch information
ns-rse committed May 7, 2024
1 parent f6c9ab4 commit 1ca0268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Upgrade pip and install test dependencies
run: |
pip install --upgrade pip
pip install -e .[dev]
pip install -e .[dev,tests]
- name: Test with pytest
run: |
pytest --cov=topofileformats -x
Expand Down

0 comments on commit 1ca0268

Please sign in to comment.