Skip to content

Commit

Permalink
test.yml move pip install . into deps install step
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Apr 9, 2024
1 parent 3076c91 commit 9273248
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
- name: Install dependencies
run: |
pip install -r requirements.txt -r requirements-ci.txt
pip install '.[workflow-checks,graph-plotting,flask-plotting]'
- name: Run fireworks tests
shell: bash -l {0}
run: |
pip install .[workflow-checks,graph-plotting,flask-plotting]
pytest fireworks
run: pytest fireworks

0 comments on commit 9273248

Please sign in to comment.