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 7ff0c17 commit 55cee69Copy full SHA for 55cee69
.github/workflows/ci-cd-develop.yml
@@ -25,7 +25,9 @@ jobs:
25
env:
26
GAMS_LICENSE: ${{ secrets.GAMS_LICENSE }}
27
run: |
28
+ echo "DEBUG: before source"
29
source ./scripts/setup-gams.sh
30
+ echo "DEBUG: after source
31
echo "/opt/conda/bin" >> "$GITHUB_PATH"
32
echo "$GAMS_PATH" >> "$GITHUB_PATH"
33
echo "GMSPYTHONLIB=/opt/conda/envs/gams/lib/libpython3.10.so" >> "$GITHUB_ENV"
0 commit comments