We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f088d1 commit 029b543Copy full SHA for 029b543
1 file changed
.github/workflows/benchmarks_and_downstream.yml
@@ -37,13 +37,6 @@ jobs:
37
with:
38
version: ${{ matrix.version }}
39
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
47
# TODO handle breaking changes the way downstream tests do ?
48
# NOTE : manifest toml file is removed otherwise git whines about untracked changes when switching branches for the gh-pages commit
49
- name: Run benchmarks
0 commit comments