We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 371b390 + cf70b0e commit e49ad01Copy full SHA for e49ad01
2 files changed
.github/workflows/Deploy.yml
@@ -22,7 +22,7 @@ jobs:
22
# packages such as PyPlot.
23
# - run: pip install matplotlib
24
- name: Install Julia
25
- uses: julia-actions/setup-julia@v2
+ uses: julia-actions/setup-julia@v3
26
with:
27
version: '1' # Latest stable Julia release.
28
# NOTE
.github/workflows/Preview.yml
@@ -20,7 +20,7 @@ jobs:
20
21
python-version: '3.8'
version: '1'
- name: Fix prepath
0 commit comments