File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 42
42
matrix :
43
43
os : [ "ubuntu-latest", "macos-latest", "windows-latest" ]
44
44
python-version : [ "3.8", "3.9", "3.10", "3.11" ]
45
+ defaults :
46
+ run :
47
+ shell : bash
45
48
runs-on : ${{ matrix.os }}
46
49
steps :
47
50
# ----------------------------------------------
73
76
virtualenvs-create : true
74
77
virtualenvs-in-project : true
75
78
# ----------------------------------------------
76
- # Add Poetry to PATH on Windows
77
- # ----------------------------------------------
78
- - name : Add Poetry to PATH (Windows)
79
- if : matrix.os == 'windows-latest'
80
- run : |
81
- $env:Path += ";C:\Users\runneradmin\AppData\Roaming\Python\Scripts"
82
- echo "PATH updated for Poetry"
83
- # ----------------------------------------------
84
79
# load cached venv if cache exists
85
80
# ----------------------------------------------
86
81
- name : Load cached venv
You can’t perform that action at this time.
0 commit comments