Skip to content

Commit ca965f3

Browse files
committed
FIX: fix CI on master, see #451
1 parent daf4ba5 commit ca965f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cov_test_workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python-version: "3.10"
2525
- name: Install poetry
2626
run: |
27-
pip install poetry
27+
pip install poetry==1.4.0
2828
- name: Install SyNCoPy
2929
run: |
3030
poetry install

0 commit comments

Comments
 (0)