File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -73,12 +73,13 @@ jobs:
73
73
virtualenvs-create : true
74
74
virtualenvs-in-project : true
75
75
# ----------------------------------------------
76
- # ----- Add poetry to path on windows -----
76
+ # Add Poetry to PATH on Windows
77
77
# ----------------------------------------------
78
- - name : Configure Poetry on Windows
78
+ - name : Add Poetry to PATH ( Windows)
79
79
if : matrix.os == 'windows-latest'
80
80
run : |
81
- $env:PATH = "C:\Python${{ matrix.python-version }};C:\Python${{ matrix.python-version }}\Scripts;$env:PATH"
81
+ $env:Path += ";C:\Users\runneradmin\AppData\Roaming\Python\Scripts"
82
+ echo "PATH updated for Poetry"
82
83
# ----------------------------------------------
83
84
# load cached venv if cache exists
84
85
# ----------------------------------------------
You can’t perform that action at this time.
0 commit comments