Skip to content

Commit

Permalink
adds install from github to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
billbrod committed Aug 26, 2024
1 parent 864ffd4 commit 0938544
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
cache-dependency-path: setup.py
- name: Install dependencies
run: |
# for now, need the git version of plenoptic
pip install git+https://github.com/plenoptic-org/plenoptic.git
# using the --upgrade and --upgrade-strategy eager flags ensures that
# pip will always install the latest allowed version of all
# dependencies, to make sure the cache doesn't go stale
Expand Down

0 comments on commit 0938544

Please sign in to comment.