Skip to content

Commit 3efc35e

Browse files
committed
remove debug
1 parent fc08a87 commit 3efc35e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/actions/setup_optimizers_linux/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,5 +187,5 @@ runs:
187187
env:
188188
KNITRO_LICENSE: ${{ inputs.KNITRO_LICENSE }}
189189
run: |
190-
echo "$KNITRO_LICENSE" > ~/artelys_lic.txt
190+
echo "$KNITRO_LICENSE" > ${HOME}/artelys_lic.txt
191191
echo "ARTELYS_LICENSE=${HOME}/artelys_lic.txt" >> $GITHUB_ENV

.github/workflows/linux-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
- name: Test
5454
run: |
5555
export ARTELYS_LICENSE_DEBUG=1
56-
echo $ARTELYS_LICENSE
5756
python -m pip install pytest numpy scipy highsbox llvmlite tccbox knitro
5857
python -m pytest tests -v
5958

0 commit comments

Comments
 (0)