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 bb56467 commit 6e52303Copy full SHA for 6e52303
1 file changed
.github/workflows/execute_notebook.yaml
@@ -42,7 +42,7 @@ jobs:
42
pip install mosek
43
- name: Update version in setup.py
44
run: >-
45
- sed -i "s/{{VERSION_PLACEHOLDER}}/0.0.3/g" setup.py
+ sed -i "s/{{VERSION_PLACEHOLDER}}/0.0.0/g" setup.py
46
- name: Install PEPit
47
run: |
48
pip install -e .
0 commit comments