We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d0bd7f commit 0cc8e41Copy full SHA for 0cc8e41
1 file changed
.github/workflows/rust.yml
@@ -33,15 +33,15 @@ jobs:
33
rust: stable
34
steps:
35
- uses: actions/checkout@master
36
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
37
with:
38
python-version: '3.12'
39
if: ${{ ! startsWith(matrix.build, 'anaconda') }}
40
- name: Install Matplotlib (pip)
41
run: python3 -m pip install -U matplotlib
42
43
- name: Setup Miniconda
44
- uses: conda-incubator/setup-miniconda@v3.0.4
+ uses: conda-incubator/setup-miniconda@v3.3.0
45
if: startsWith(matrix.build, 'anaconda macos')
46
- name: Install Matplotlib (Anaconda)
47
run: $CONDA/bin/conda install conda-forge::matplotlib
0 commit comments