Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit feca92b

Browse files
committed
Update CI settings
1 parent 0f6d543 commit feca92b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/CI-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
${{ runner.os }}-test-${{ env.cache-name }}-
4040
${{ runner.os }}-test-
4141
${{ runner.os }}-
42-
- name: Install latest dependencies
43-
run: julia --project=. -e 'using Pkg; pkg"add DiffinDiffsBase#master"; Pkg.instantiate()'
4442
- uses: julia-actions/julia-buildpkg@v1
43+
- name: Install latest dependencies
44+
run: julia --project=. -e 'using Pkg; Pkg.add(name="DiffinDiffsBase", rev="master"); Pkg.instantiate()'
4545
- uses: julia-actions/julia-runtest@v1

.github/workflows/CI-stable.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
${{ runner.os }}-test-
4343
${{ runner.os }}-
4444
- uses: julia-actions/julia-buildpkg@v1
45+
- name: Install latest dependencies
46+
run: julia --project=. -e 'using Pkg; Pkg.add(name="DiffinDiffsBase", rev="master"); Pkg.instantiate()'
4547
- uses: julia-actions/julia-runtest@v1
4648
- uses: julia-actions/julia-processcoverage@v1
4749
- uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)