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 5c11f0d commit 9b01262Copy full SHA for 9b01262
.github/workflows/ci.yml
@@ -40,11 +40,6 @@ jobs:
40
${{ runner.os }}-test-${{ env.cache-name }}-
41
${{ runner.os }}-test-
42
${{ runner.os }}-
43
- - name: PolyJuMP
44
- shell: julia --project=@. {0}
45
- run: |
46
- using Pkg
47
- Pkg.add(PackageSpec(url="https://github.com/jump-dev/PolyJuMP.jl.git", rev="bl/qcqp"))
48
- uses: julia-actions/julia-buildpkg@v1
49
- uses: julia-actions/julia-runtest@v1
50
with:
0 commit comments