Skip to content

Commit 7149746

Browse files
committed
Only fixed poetry on docs build job, not the test job
1 parent 3a3636e commit 7149746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install Poetry
3939
uses: abatilo/[email protected]
4040
with:
41-
poetry-version: 1.5.1
41+
poetry-version: "latest"
4242

4343
- name: Install dependencies
4444
run: poetry install

0 commit comments

Comments
 (0)