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 ef4a867 commit 1a77074Copy full SHA for 1a77074
.github/workflows/Documentation.yml
@@ -16,6 +16,8 @@ jobs:
16
with:
17
version: '1.6'
18
- name: Install dependencies
19
+ env:
20
+ GUROBI_JL_SKIP_LIB_CHECK: true
21
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
22
- name: Build and deploy
23
env:
0 commit comments