Skip to content

Commit

Permalink
production deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Nov 11, 2023
1 parent 3861a2b commit 9906dc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Set up dev environment
run: |
pip install 'flit>=3.8'
flit install --only-deps --extras test
flit install --only-deps --deps production --extras test
- name: Run tests
run: python -m pytest --cov=seedbank --cov-report=xml tests
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Set up dev environment
run: |
pip install 'flit>=3.8'
flit install --only-deps --extras "test,${{matrix.extra}}"
flit install --only-deps --deps production --extras "test,${{matrix.extra}}"
- name: Run tests
run: python -m pytest --cov=seedbank --cov-report=xml tests
Expand Down

0 comments on commit 9906dc6

Please sign in to comment.