Skip to content

Commit 0cc8e41

Browse files
committed
Update the Github action installing Python & miniconda
1 parent 3d0bd7f commit 0cc8e41

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ jobs:
3333
rust: stable
3434
steps:
3535
- uses: actions/checkout@master
36-
- uses: actions/setup-python@v5
36+
- uses: actions/setup-python@v6
3737
with:
3838
python-version: '3.12'
3939
if: ${{ ! startsWith(matrix.build, 'anaconda') }}
4040
- name: Install Matplotlib (pip)
4141
run: python3 -m pip install -U matplotlib
4242
if: ${{ ! startsWith(matrix.build, 'anaconda') }}
4343
- name: Setup Miniconda
44-
uses: conda-incubator/setup-miniconda@v3.0.4
44+
uses: conda-incubator/setup-miniconda@v3.3.0
4545
if: startsWith(matrix.build, 'anaconda macos')
4646
- name: Install Matplotlib (Anaconda)
4747
run: $CONDA/bin/conda install conda-forge::matplotlib

0 commit comments

Comments
 (0)