Skip to content

Commit

Permalink
Pin moto in test install as well
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris committed Jul 9, 2024
1 parent 5742764 commit 738cfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
# cd automates
# git checkout claytonm/gromet
# cd ..
pip install boto3 jsonpickle pygraphviz fnvhash inflection pybel==0.15 flask_jwt_extended==4.6.0 gilda tweepy nose coverage moto[iam] sqlalchemy_utils termcolor flask-cors==4.0.1
pip install boto3 jsonpickle pygraphviz fnvhash inflection pybel==0.15 flask_jwt_extended==4.6.0 gilda tweepy nose coverage 'moto[iam]<5' sqlalchemy_utils termcolor flask-cors==4.0.1
pip install --no-dependencies .
pip install -U sqlalchemy==1.3.23
wget "https://github.com/RuleWorld/bionetgen/releases/download/BioNetGen-2.4.0/BioNetGen-2.4.0-Linux.tgz" -O bionetgen.tar.gz -nv
Expand Down

0 comments on commit 738cfc4

Please sign in to comment.