We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71611b8 commit 35e6a82Copy full SHA for 35e6a82
.github/workflows/conda-package.yml
@@ -72,9 +72,11 @@ jobs:
72
fetch-depth: 0
73
- uses: conda-incubator/setup-miniconda@v2
74
with:
75
+ use-only-tar-bz2: true
76
auto-activate-base: true
77
conda-build-version: "*"
- activate-environment: ""
78
+ activate-environment: true
79
+ python-version: ${{ matrix.python }}
80
81
- name: Cache conda packages
82
uses: actions/cache@v3
@@ -196,6 +198,7 @@ jobs:
196
198
conda-build-version: '*'
197
199
miniconda-version: 'latest'
200
activate-environment: "dpctl_test"
201
202
- name: Create conda channel with the artifact bit
203
shell: cmd /C CALL {0}
204
run: |
0 commit comments