File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -38,17 +38,17 @@ jobs:
38
38
with :
39
39
miniconda-version : " latest"
40
40
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
48
43
with :
49
- update-conda : true
50
44
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
52
52
- run : python --version
53
53
- run : conda --version
54
54
- name : Setup Java 17
You can’t perform that action at this time.
0 commit comments