Skip to content

Commit

Permalink
try poetry pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-sigurd committed Feb 23, 2025
1 parent 6106c68 commit 188cf41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/py-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: install deps
run: cd testdocs && poetry install
- name: install current version of quilt
run: poetry install api/python
run: poetry run pip install api/python
- name: test codeblocks
run: cd testdocs && poetry run pytest --codeblocks ../docs

Expand Down

0 comments on commit 188cf41

Please sign in to comment.