Skip to content

Commit 836e0c5

Browse files
committed
os_version_yml branch
1 parent 3b5e473 commit 836e0c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/SnoopCompile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install dependencies
3939
run: |
4040
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();'
4242
- name: Generating precompile files
4343
run: julia --project -e 'include("deps/SnoopCompile/snoop_bot.jl")'
4444
- name: Running Benchmark

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
version:
14-
- '1.2'
14+
- '1'
1515
- 'nightly'
1616
os:
1717
- ubuntu-latest
@@ -31,7 +31,7 @@ jobs:
3131
env:
3232
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3333

34-
34+
3535
Skip:
3636
if: "contains(github.event.head_commit.message, '[skip ci]')"
3737
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)