We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34d1c39 + 130399c commit bd8c81aCopy full SHA for bd8c81a
.github/workflows/CI.yml
@@ -27,7 +27,7 @@ jobs:
27
run: if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get install -y python3-matplotlib; fi
28
shell: bash
29
- uses: actions/checkout@v4
30
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
31
with:
32
version: ${{ matrix.version }}
33
arch: ${{ matrix.arch }}
0 commit comments