Skip to content

Commit

Permalink
ci: fix windows poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
mariugul committed Sep 3, 2024
1 parent 9b315ef commit 229b7e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,9 @@ jobs:
run: |
$POETRY_HOME = "C:\\opt\\poetry"
python -m venv $POETRY_HOME
$env:POETRY_HOME\Scripts\pip install poetry==1.8.2
$env:POETRY_HOME\Scripts\poetry --version
$env:PATH = "$POETRY_HOME\Scripts;" + $env:PATH
& "$env:POETRY_HOME\Scripts\pip.exe" install poetry==1.8.2
& "$env:POETRY_HOME\Scripts\poetry.exe" --version
- name: Add Poetry to PATH
run: |
Expand Down

0 comments on commit 229b7e0

Please sign in to comment.