Skip to content

Commit

Permalink
fix: install cobra instead of requirements as a workaround for depend…
Browse files Browse the repository at this point in the history
…ency clash
  • Loading branch information
mihai-sysbio committed Apr 11, 2021
1 parent 5cab2ba commit 95f896b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/yaml-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:

- name: Import with cobrapy
run: |
pip install -r requirements/ci-requirements.txt
pip install cobra
python -c "import cobra ; cobra.io.load_yaml_model('ModelFiles/yml/yeastGEM.yml')"

0 comments on commit 95f896b

Please sign in to comment.