Skip to content

Commit

Permalink
Specify conda-forge to install matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris00 committed Feb 29, 2024
1 parent 15a34a4 commit ffbd993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: pip install matplotlib
- name: Install Matplotlib (Anaconda)
if: startsWith(matrix.build, 'Anaconda')
run: $CONDA/bin/conda install matplotlib
run: $CONDA/bin/conda install conda-forge::matplotlib
- name: Install Rust (rustup)
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
shell: bash
Expand Down

0 comments on commit ffbd993

Please sign in to comment.