Skip to content

Commit

Permalink
fix: pin Poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
Latios96 committed Jan 13, 2025
1 parent 82367bf commit b03ee7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
python-version: ${{ matrix.python }}
- name: Install Python deps (to prevent pywin32_bootstrap issues in CI)
run: |
pip install poetry
pip install poetry==1.8.3
python -m virtualenv .venv
.venv\Scripts\activate
poetry export -o requirements-poetry.txt --without-hashes
Expand Down

0 comments on commit b03ee7b

Please sign in to comment.