Skip to content

Commit

Permalink
Separated installs
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher authored Sep 1, 2024
1 parent 9c10849 commit df119c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validateCommitSimulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ jobs:
# python -m pip install git+https://github.com/biosimulators/RBApy.git#egg=rbapy
python3.11 -m pip install docker python-libsbml "urllib3<2.0"
python3.11 -m pip install --no-cache-dir "biosimulators_utils @ git+https://github.com/biosimulators/Biosimulators_utils@depFixes#egg=biosimulators_utils[containers,sbml]"
- name: Intall BioSimulators Test Suite
run: |
python3.11 -m pip install -e .[all]
python3.11 --version
python3.11 -m pip freeze
Expand Down

0 comments on commit df119c4

Please sign in to comment.