Skip to content

Commit 938b9f6

Browse files
committed
[BugFix + CI] install poetry 1.7
1 parent bf7aefd commit 938b9f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-docs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25+
pip install poetry==1.7
2526
poetry install --with notebooks --with docs
2627
2728
- name: Build Documentation

0 commit comments

Comments
 (0)