File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1313 environment-file-name : ' environment.yml'
1414 environment-file-loc : ' ${{ github.workspace }}/environments'
1515 build-with-oneapi-env : ' environments/build_with_oneapi.yml'
16+ dpctl-pkg-env : ' environments/dpctl_pkg.yml'
1617 oneapi-pkgs-env : ' environments/oneapi_pkgs.yml'
1718 test-env-name : ' test_onemkl_interfaces'
1819 rerun-tests-on-failure : ' true'
4748
4849 - name : Merge conda env files
4950 run : |
50- conda-merge ${{ env.build-with-oneapi-env }} ${{ env.oneapi-pkgs-env }} > ${{ env.environment-file }}
51+ conda-merge ${{ env.build-with-oneapi-env }} ${{ env.dpctl-pkg-env }} ${{ env.oneapi-pkgs-env }} > ${{ env.environment-file }}
52+ cat ${{ env.environment-file }}
5153
5254 - name : Upload artifact
5355 uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
Original file line number Diff line number Diff line change 1+ name : Install dpctl package
2+ channels :
3+ - dppy/label/dev
4+ dependencies :
5+ - dpctl>=0.20.0dev0
You can’t perform that action at this time.
0 commit comments