We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28dc242 commit 7f0fadbCopy full SHA for 7f0fadb
1 file changed
.github/workflows/CI.yml
@@ -37,7 +37,8 @@ jobs:
37
- name: Strip JET from test deps (pre-release only)
38
if: matrix.version == 'pre'
39
run: |
40
- sed -i '/^JET /d' test/Project.toml
+ sed -i.bak '/^JET /d' test/Project.toml
41
+ rm -f test/Project.toml.bak
42
shell: bash
43
- uses: julia-actions/julia-buildpkg@v1
44
- uses: julia-actions/julia-runtest@v1
0 commit comments