File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,9 @@ jobs:
175
175
test_windows :
176
176
needs : build_windows
177
177
runs-on : ${{ matrix.runner }}
178
-
178
+ defaults :
179
+ run :
180
+ shell : cmd /C CALL {0}
179
181
strategy :
180
182
matrix :
181
183
python : ['3.8', '3.9', '3.10']
@@ -197,8 +199,7 @@ jobs:
197
199
auto-update-conda : true
198
200
conda-build-version : ' *'
199
201
miniconda-version : ' latest'
200
- auto-activate-base : true
201
- activate-environment : " dpctl_test"
202
+ activate-environment : dpctl_test
202
203
python-version : ${{ matrix.python }}
203
204
- name : Create conda channel with the artifact bit
204
205
shell : cmd /C CALL {0}
@@ -229,6 +230,7 @@ jobs:
229
230
)
230
231
conda install ${{ env.PACKAGE_NAME }}=%PACKAGE_VERSION% python=${{ matrix.python }} -c ${{ env.workdir }}/channel ${{ env.CHANNELS }} --only-deps --dry-run > lockfile
231
232
- name : Display lockfile content
233
+ shell : pwsh
232
234
run : Get-Content -Path .\lockfile
233
235
- name : Cache conda packages
234
236
uses : actions/cache@v3
You can’t perform that action at this time.
0 commit comments