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 13
13
environment-file-name : ' environment.yml'
14
14
environment-file-loc : ' ${{ github.workspace }}/environments'
15
15
build-with-oneapi-env : ' environments/build_with_oneapi.yml'
16
+ dpctl-pkg-env : ' environments/dpctl_pkg.yml'
16
17
oneapi-pkgs-env : ' environments/oneapi_pkgs.yml'
17
18
test-env-name : ' test_onemkl_interfaces'
18
19
rerun-tests-on-failure : ' true'
47
48
48
49
- name : Merge conda env files
49
50
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 }}
51
53
52
54
- name : Upload artifact
53
55
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