Skip to content

Commit

Permalink
Restore branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris committed Jul 11, 2024
1 parent 0cbaa4b commit 5a51960
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
python -m pip install --upgrade pip
pip install kappy==4.1.2
pip install nose coverage flask pyyaml boto3 openpyxl
pip install git+https://github.com/sorgerlab/indra.git@79ed55b29fcd1a2cec91cf12887c3410983fe07d
pip install git+https://github.com/sorgerlab/indra.git
pip uninstall -y enum34
pip install cachetools matplotlib
pip install git+https://github.com/indralab/indra_db.git
Expand All @@ -50,7 +50,6 @@ jobs:
git clone https://github.com/indralab/covid-19.git
git clone https://github.com/indralab/ui_util.git
cd ui_util/indralab_auth_tools
git checkout flask3
pip install .
cd ../indralab_web_templates
pip install .
Expand Down

0 comments on commit 5a51960

Please sign in to comment.