File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : ${{ matrix.os }}
17
17
strategy :
18
18
matrix :
19
- julia-version : ["1"]
19
+ julia-version : ["1", "nightly" ]
20
20
julia-arch : [x64]
21
21
os : [macos-latest, ubuntu-latest]
22
22
fail-fast : false
28
28
- if : startsWith(matrix.os, 'ubuntu')
29
29
run : |
30
30
sudo apt-get update
31
- # sudo apt-get install pgf
32
31
sudo apt-get install pdf2svg poppler-utils texlive-binaries texlive-latex-base texlive-latex-extra texlive-luatex texlive-pictures tree
33
32
- if : startsWith(matrix.os, 'macOS')
34
33
run : |
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ status = [
6
6
" CI" ,
7
7
" Compatibility" ,
8
8
" Docs" ,
9
- # "VersionVigilante",
9
+ " VersionVigilante" ,
10
10
# "codecov/patch",
11
11
# "codecov/project",
12
12
]
Original file line number Diff line number Diff line change @@ -21,5 +21,5 @@ cd ~/environments/environment-extra-first
21
21
touch Project.toml
22
22
rm -rf ~ /.julia
23
23
julia --project -e ' import Pkg; Pkg.develop(Pkg.PackageSpec(url="https://github.com/bcbi/PredictMDExtra.jl.git"))'
24
- julia --project -e ' import Pkg; Pkg.develop(Pkg.PackageSpec(path=ENV["TRAVIS_BUILD_DIR "]))'
24
+ julia --project -e ' import Pkg; Pkg.develop(Pkg.PackageSpec(path=ENV["GITHUB_WORKSPACE "]))'
25
25
julia --project -e ' import Pkg; Pkg.develop(Pkg.PackageSpec(url="https://github.com/bcbi/PredictMDFull.jl.git"))'
You can’t perform that action at this time.
0 commit comments