Skip to content

Commit d406947

Browse files
fixed freeze debug position
1 parent 95fcd2f commit d406947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validateCommitSimulator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ jobs:
117117
working-directory: ${{ github.workspace }}
118118
run: |
119119
python -m pip install git+https://github.com/biosimulators/RBApy.git#egg=rbapy
120+
python -m pip install -e .[all]
120121
python --version
121122
python -m pip freeze
122-
python -m pip install -e .[all]
123123
124124
- name: Login into Docker registries
125125
run: |

0 commit comments

Comments
 (0)