We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e171a53 commit 4079b68Copy full SHA for 4079b68
2 files changed
.github/workflows/ci-nightly.yml
@@ -24,7 +24,7 @@ jobs:
24
- x64
25
steps:
26
- uses: actions/checkout@v2
27
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
28
with:
29
version: ${{ matrix.version }}
30
arch: ${{ matrix.arch }}
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
# python -m pip install --upgrade pip
38
# pip install scipy
39
40
41
42
43
0 commit comments