Skip to content

Commit

Permalink
Try to speed up PG pip install
Browse files Browse the repository at this point in the history
Don't change directory first? Not sure why this would make a difference.
  • Loading branch information
gschivley committed May 21, 2024
1 parent a64ca4f commit 83b4022
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test_example_system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ jobs:

- name: Install powergenome
run: |
cd PowerGenome
pip install -e .
cd ..
pip install -e PowerGenome/.
- name: Run PowerGenome
run: |
Expand Down

0 comments on commit 83b4022

Please sign in to comment.