Skip to content

Commit 0abc159

Browse files
committed
Remove test on Julia nightly and attempt to fix test on MacOS
Test with Julia nightly removed because it fails to often.
1 parent c7b7823 commit 0abc159

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/test-linux.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
matrix:
1919
version:
2020
- '1.10'
21-
- 'nightly'
2221
os:
2322
- ubuntu-latest
2423
# - macOS-latest

.github/workflows/test-macos.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
matrix:
1919
version:
2020
- '1.10'
21-
- 'nightly'
2221
os:
2322
# - ubuntu-latest
2423
- macOS-latest
@@ -32,5 +31,9 @@ jobs:
3231
with:
3332
version: ${{ matrix.version }}
3433
arch: ${{ matrix.arch }}
34+
- name: Install ROOT
35+
run: |
36+
ROOT_PATH="`julia ROOT.jl/.github/workflows/install_root_macos.jl`"
37+
echo 'PATH="$PATH:'$ROOT_PATH\" >> "$GITHUB_ENV"
3538
- uses: julia-actions/julia-buildpkg@latest
3639
- uses: julia-actions/julia-runtest@latest

0 commit comments

Comments
 (0)