Skip to content

Commit 0617202

Browse files
committed
testing removing conda
1 parent 3958f42 commit 0617202

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/regression_tests_gpu_binaries.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ jobs:
3838
with:
3939
miniconda-version: "latest"
4040
python-version: ${{ matrix.python-version }}
41-
# - name: Setup Python ${{ matrix.python-version }}
42-
# uses: actions/setup-python@v4
43-
# with:
44-
# python-version: ${{ matrix.python-version }}
45-
# architecture: x64
46-
- name: Setup Conda
47-
uses: s-weigand/setup-conda@v1
41+
- name: Setup Python ${{ matrix.python-version }}
42+
uses: actions/setup-python@v4
4843
with:
49-
update-conda: true
5044
python-version: ${{ matrix.python-version }}
51-
conda-channels: anaconda, conda-forge
45+
architecture: x64
46+
# - name: Setup Conda
47+
# uses: s-weigand/setup-conda@v1
48+
# with:
49+
# update-conda: true
50+
# python-version: ${{ matrix.python-version }}
51+
# conda-channels: anaconda, conda-forge
5252
- run: python --version
5353
- run: conda --version
5454
- name: Setup Java 17

0 commit comments

Comments
 (0)