Skip to content

Commit 042badd

Browse files
committed
testing cpu ci
1 parent 3541acb commit 042badd

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

.github/workflows/regression_tests_cpu_binaries.yml

+10-11
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,19 @@ jobs:
3333
- uses: actions/checkout@v3
3434
with:
3535
submodules: recursive
36-
# - name: Setup conda with Python ${{ matrix.python-version }}
37-
# if: matrix.os == 'macos-14'
38-
# uses: conda-incubator/setup-miniconda@v3
39-
# with:
40-
# auto-update-conda: true
41-
# channels: anaconda, conda-forge
42-
# python-version: ${{ matrix.python-version }}
4336
- name: Setup conda with Python ${{ matrix.python-version }}
44-
if: matrix.os != 'macos-14'
45-
uses: s-weigand/setup-conda@v1
37+
uses: conda-incubator/setup-miniconda@v3
4638
with:
47-
update-conda: true
39+
auto-update-conda: true
40+
channels: anaconda, conda-forge
4841
python-version: ${{ matrix.python-version }}
49-
conda-channels: anaconda, conda-forge
42+
# - name: Setup conda with Python ${{ matrix.python-version }}
43+
# if: matrix.os != 'macos-14'
44+
# uses: s-weigand/setup-conda@v1
45+
# with:
46+
# update-conda: true
47+
# python-version: ${{ matrix.python-version }}
48+
# conda-channels: anaconda, conda-forge
5049
- name: Setup Java 17
5150
uses: actions/setup-java@v3
5251
with:

0 commit comments

Comments
 (0)