Skip to content

Commit

Permalink
=@.
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jan 2, 2020
1 parent 10f95af commit 1b2039f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/bot.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
version: ${{ matrix.julia-version }}
- name: Install dependencies
run: julia --project=@. -e 'using Pkg; Pkg.instantiate();'
run: julia --project -e 'using Pkg; Pkg.instantiate();'
- name : Add SnoopCompile and current package
run: julia -e 'using Pkg; Pkg.add("SnoopCompile"); Pkg.develop(PackageSpec(; path=pwd()));'
- name: Install Test dependencies
Expand Down

0 comments on commit 1b2039f

Please sign in to comment.