Skip to content

Update Manopt requirement from 0.5.25 to 0.5.25, 0.6 in /test in the all-julia-packages group across 1 directory #36

Update Manopt requirement from 0.5.25 to 0.5.25, 0.6 in /test in the all-julia-packages group across 1 directory

Update Manopt requirement from 0.5.25 to 0.5.25, 0.6 in /test in the all-julia-packages group across 1 directory #36

Workflow file for this run

name: Downgrade
on:
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
push:
branches:
- main
paths-ignore:
- 'docs/**'
jobs:
downgrade:
uses: "SciML/.github/.github/workflows/downgrade.yml@v1"
with:
julia-version: "lts"
# Downgrade the test project too: its deps (Optimization/Zygote/ForwardDiff)
# have floors that pull transitive deps (SciMLBase) far above the package's
# own minima, so pinning only the root project leaves an unsatisfiable env.
projects: ".,test"
secrets: "inherit"