Skip to content

Commit 957d8ff

Browse files
authored
fix
1 parent aa2141d commit 957d8ff

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/Downstream.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,12 @@ jobs:
2424
version: ${{ matrix.julia-version }}
2525
arch: x64
2626
- uses: julia-actions/julia-buildpkg@latest
27-
- name: Clone Downstream
28-
uses: actions/checkout@v2
29-
with:
30-
repository: ${{ matrix.package.repo }}
31-
path: downstream
3227
- name: Install downstream and run its tests
33-
shell: julia --color=yes --project=downstream {0}
28+
shell: julia --color=yes {0}
3429
run: |
3530
using Pkg
3631
try
32+
Pkg.activate("downstream")
3733
# force it to use this PR's version of the package
3834
Pkg.develop(PackageSpec(path=".")) # resolver may fail with main deps
3935
Pkg.add("${{ matrix.package }}")

0 commit comments

Comments
 (0)