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 b34f7de commit 1a01135Copy full SHA for 1a01135
.github/actions/setup_optimizers_windows/action.yml
@@ -56,6 +56,11 @@ runs:
56
curl -L -o D:\installers\mosek.msi https://download.mosek.com/stable/10.2.0/moseksetupwin64x86.msi
57
curl -L -o D:\installers\idaes-solvers.tar.gz https://github.com/IDAES/idaes-ext/releases/download/3.4.2/idaes-solvers-windows-x86_64.tar.gz
58
59
+ - name: List Installers
60
+ shell: pwsh
61
+ run: |
62
+ ls D:\installers
63
+
64
- name: Setup Gurobi Installation
65
shell: pwsh
66
env:
0 commit comments