We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95fcd2f commit d406947Copy full SHA for d406947
.github/workflows/validateCommitSimulator.yml
@@ -117,9 +117,9 @@ jobs:
117
working-directory: ${{ github.workspace }}
118
run: |
119
python -m pip install git+https://github.com/biosimulators/RBApy.git#egg=rbapy
120
+ python -m pip install -e .[all]
121
python --version
122
python -m pip freeze
- python -m pip install -e .[all]
123
124
- name: Login into Docker registries
125
0 commit comments