Skip to content

Commit

Permalink
Install testing dependencies from pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Dec 14, 2023
1 parent b89116d commit ba8a253
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,10 @@ jobs:
miniforge-version: latest
auto-update-conda: true

- name: Install dependencies
- name: Install package and testing dependencies
run: |
pip install -r requirements.txt
- name: Install package
run: |
pip install -e .
pip install .[test]
- name: Test
run: |
pytest -vvv
make test

0 comments on commit ba8a253

Please sign in to comment.