Skip to content

Commit 029b543

Browse files
committed
Remove some code accidentally introduced in the merge
1 parent 3f088d1 commit 029b543

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/benchmarks_and_downstream.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ jobs:
3737
with:
3838
version: ${{ matrix.version }}
3939
arch: ${{ matrix.arch }}
40-
- uses: julia-actions/julia-buildpkg@v1
41-
- name: Clone Downstream
42-
uses: actions/checkout@v4
43-
with:
44-
repository: ${{ matrix.package.user }}/${{ matrix.package.repo }}
45-
ref: ${{matrix.package.branch}}
46-
path: downstream
4740
# TODO handle breaking changes the way downstream tests do ?
4841
# NOTE : manifest toml file is removed otherwise git whines about untracked changes when switching branches for the gh-pages commit
4942
- name: Run benchmarks

0 commit comments

Comments
 (0)