diff --git a/action.yml b/action.yml index fd68fe7..cae9003 100644 --- a/action.yml +++ b/action.yml @@ -348,6 +348,11 @@ runs: - run: | echo "SKIP_SNOPT_TESTS=ON" >> $GITHUB_ENV shell: bash + + # Disable temporarily + - run: | + echo "SKIP_GUROBI_TESTS=ON" >> $GITHUB_ENV + shell: bash - uses: dsaltares/fetch-gh-release-asset@1.1.0 with: