File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
- name : Install dependencies
39
39
run : |
40
40
julia --project -e 'using Pkg; Pkg.instantiate();'
41
- julia -e 'using Pkg; Pkg.add(PackageSpec(url = "https://github.com/timholy /SnoopCompile.jl", rev = "master ")); Pkg.develop(PackageSpec(; path=pwd())); using SnoopCompile; SnoopCompile.addtestdep();'
41
+ julia -e 'using Pkg; Pkg.add(PackageSpec(url = "https://github.com/aminya /SnoopCompile.jl", rev = "os_version_yml ")); Pkg.develop(PackageSpec(; path=pwd())); using SnoopCompile; SnoopCompile.addtestdep();'
42
42
- name : Generating precompile files
43
43
run : julia --project -e 'include("deps/SnoopCompile/snoop_bot.jl")'
44
44
- name : Running Benchmark
Original file line number Diff line number Diff line change 11
11
fail-fast : false
12
12
matrix :
13
13
version :
14
- - ' 1.2 '
14
+ - ' 1'
15
15
- ' nightly'
16
16
os :
17
17
- ubuntu-latest
31
31
env :
32
32
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
33
33
34
-
34
+
35
35
Skip :
36
36
if : " contains(github.event.head_commit.message, '[skip ci]')"
37
37
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments