Skip to content

Commit 6e52303

Browse files
authored
Update execute_notebook.yaml
1 parent bb56467 commit 6e52303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/execute_notebook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
pip install mosek
4343
- name: Update version in setup.py
4444
run: >-
45-
sed -i "s/{{VERSION_PLACEHOLDER}}/0.0.3/g" setup.py
45+
sed -i "s/{{VERSION_PLACEHOLDER}}/0.0.0/g" setup.py
4646
- name: Install PEPit
4747
run: |
4848
pip install -e .

0 commit comments

Comments
 (0)