Skip to content

Commit 927e5ec

Browse files
committed
Fix sed to install latest foldcomp in notebook test
1 parent 6cb0c9d commit 927e5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-notebook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
pip install papermill notebook
2121
- name: Run notebook
2222
run: |
23-
sed -i -E 's|foldcomp==\d\.\d\.\d|@ git+https://github.com/steineggerlab/foldcomp|g' foldcomp-py-examples.ipynb
23+
sed -E -i 's|foldcomp==[0-9]+.[0-9]+.[0-9]+|foldcomp @ git+https://github.com/steineggerlab/foldcomp|g' foldcomp-py-examples.ipynb
2424
(cd test; papermill ../foldcomp-py-examples.ipynb ../foldcomp-py-examples-out.ipynb)

0 commit comments

Comments
 (0)