We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc08a87 commit 3efc35eCopy full SHA for 3efc35e
.github/actions/setup_optimizers_linux/action.yml
@@ -187,5 +187,5 @@ runs:
187
env:
188
KNITRO_LICENSE: ${{ inputs.KNITRO_LICENSE }}
189
run: |
190
- echo "$KNITRO_LICENSE" > ~/artelys_lic.txt
+ echo "$KNITRO_LICENSE" > ${HOME}/artelys_lic.txt
191
echo "ARTELYS_LICENSE=${HOME}/artelys_lic.txt" >> $GITHUB_ENV
.github/workflows/linux-build.yml
@@ -53,7 +53,6 @@ jobs:
53
- name: Test
54
55
export ARTELYS_LICENSE_DEBUG=1
56
- echo $ARTELYS_LICENSE
57
python -m pip install pytest numpy scipy highsbox llvmlite tccbox knitro
58
python -m pytest tests -v
59
0 commit comments