Skip to content

Commit

Permalink
reverse installation order for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
billbrod committed Aug 26, 2024
1 parent a78e045 commit 864ffd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
uses: FedericoCarboni/[email protected]
- name: Install dependencies
run: |
pip install --upgrade --upgrade-strategy eager .[dev,nb]
# for now, need the git version of plenoptic
pip install git+https://github.com/plenoptic-org/plenoptic.git
pip install --upgrade --upgrade-strategy eager .[dev,nb]
- name: Run notebooks
run: |
Expand Down

0 comments on commit 864ffd4

Please sign in to comment.