File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ jobs:
209
209
FOR /F "tokens=* USEBACKQ" %%F IN (`python -c "%SCRIPT%"`) DO (
210
210
SET PACKAGE_VERSION=%%F
211
211
)
212
- conda install ${{ env.PACKAGE_NAME }}=${{ env. PACKAGE_VERSION }} python=${{ matrix.python }} -c ${{ env.GITHUB_WORKSPACE }}/channel ${{ env.CHANNELS }} --only-deps --dry-run > lockfile
212
+ conda install ${{ env.PACKAGE_NAME }}=% PACKAGE_VERSION% python=${{ matrix.python }} -c ${{ env.GITHUB_WORKSPACE }}/channel ${{ env.CHANNELS }} --only-deps --dry-run > lockfile
213
213
- name : Cache conda packages
214
214
uses : actions/cache@v2
215
215
env :
@@ -224,13 +224,14 @@ jobs:
224
224
- name : Install opencl_rt
225
225
run : conda install opencl_rt -c intel --override-channels
226
226
- name : Install dpctl
227
+ shell : cmd
227
228
run : |
228
229
copy /Y ${{ env.GITHUB_WORKSPACE }}\ver.json .
229
230
set "SCRIPT=%VER_SCRIPT1% %VER_SCRIPT2%"
230
231
FOR /F "tokens=* USEBACKQ" %%F IN (`python -c "%SCRIPT%"`) DO (
231
232
SET PACKAGE_VERSION=%%F
232
233
)
233
- conda install ${{ env.PACKAGE_NAME }}=${{ env. PACKAGE_VERSION }} pytest python=${{ matrix.python }} -c ${{ env.GITHUB_WORKSPACE }}/channel ${{ env.CHANNELS }}
234
+ conda install ${{ env.PACKAGE_NAME }}=% PACKAGE_VERSION% pytest python=${{ matrix.python }} -c ${{ env.GITHUB_WORKSPACE }}/channel ${{ env.CHANNELS }}
234
235
# Test installed packages
235
236
conda list
236
237
- name : Add library
You can’t perform that action at this time.
0 commit comments