temporary: rev master
This commit is contained in:
parent
48de7e33a5
commit
f870b01245
4
.github/workflows/SnoopCompile.yml
vendored
4
.github/workflows/SnoopCompile.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
julia --project -e 'using Pkg; Pkg.instantiate();'
|
julia --project -e 'using Pkg; Pkg.instantiate();'
|
||||||
julia -e 'using Pkg; Pkg.add( PackageSpec(name="SnoopCompileBot", version = "2") ); Pkg.develop(PackageSpec(; path=pwd())); using SnoopCompileBot; SnoopCompileBot.addtestdep();'
|
julia -e 'using Pkg; Pkg.add( PackageSpec(url="https://github.com/aminya/SnoopCompileBot.jl", rev = "master") ); Pkg.develop(PackageSpec(; path=pwd())); using SnoopCompileBot; SnoopCompileBot.addtestdep();'
|
||||||
|
|
||||||
|
|
||||||
# TESTCMD
|
# TESTCMD
|
||||||
@ -73,7 +73,7 @@ jobs:
|
|||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
|
|
||||||
- name: SnoopCompileBot postprocess
|
- name: SnoopCompileBot postprocess
|
||||||
run: julia -e 'using Pkg; Pkg.add( PackageSpec(name="SnoopCompileBot", version = "2") ); using SnoopCompileBot; SnoopCompileBot.postprocess();'
|
run: julia -e 'using Pkg; Pkg.add( PackageSpec(url="https://github.com/aminya/SnoopCompileBot.jl", rev = "master") ); using SnoopCompileBot; SnoopCompileBot.postprocess();'
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v3
|
uses: peter-evans/create-pull-request@v3
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user