Skip to content

Commit 3958f42

Browse files
committed
adding miniconda
1 parent 627cc57 commit 3958f42

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/regression_tests_gpu_binaries.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434
uses: actions/checkout@v3
3535
with:
3636
submodules: recursive
37-
# - uses: conda-incubator/setup-miniconda@v2
38-
# with:
39-
# miniconda-version: "latest"
40-
# python-version: ${{ matrix.python-version }}
41-
- name: Setup Python ${{ matrix.python-version }}
42-
uses: actions/setup-python@v4
37+
- uses: conda-incubator/setup-miniconda@v2
4338
with:
39+
miniconda-version: "latest"
4440
python-version: ${{ matrix.python-version }}
45-
architecture: x64
41+
# - name: Setup Python ${{ matrix.python-version }}
42+
# uses: actions/setup-python@v4
43+
# with:
44+
# python-version: ${{ matrix.python-version }}
45+
# architecture: x64
4646
- name: Setup Conda
4747
uses: s-weigand/setup-conda@v1
4848
with:

0 commit comments

Comments
 (0)