We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e4601c commit 38ae46fCopy full SHA for 38ae46f
2 files changed
.github/workflows/ci.yml
@@ -18,7 +18,6 @@ jobs:
18
- uses: julia-actions/setup-julia@v2
19
with:
20
version: ${{ matrix.julia-version }}
21
- arch: x64
22
- uses: julia-actions/julia-buildpkg@latest
23
- uses: julia-actions/julia-runtest@latest
24
- uses: julia-actions/julia-processcoverage@v1
.github/workflows/nightly.yml
@@ -15,7 +15,6 @@ jobs:
15
16
17
env:
0 commit comments