We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent defa3d2 commit 27f4011Copy full SHA for 27f4011
1 file changed
.github/workflows/Benchmarks.yml
@@ -22,6 +22,5 @@ jobs:
22
with:
23
julia-version: ${{ matrix.version }}
24
bench-on: ${{ github.event.pull_request.head.sha }}
25
- extra-pkgs: |
26
- https://github.com/PalmStudio/XPalm.jl
27
- https://github.com/VEZY/PlantBiophysics.jl
+ extra-pkgs: >-
+ https://github.com/PalmStudio/XPalm.jl#main,https://github.com/VEZY/PlantBiophysics.jl#master
0 commit comments