Skip to content

Commit cd36f68

Browse files
committed
fix
1 parent 30b3c72 commit cd36f68

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/sonarqube.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@ jobs:
3737
echo "SysIDE license content found, restoring license file..."
3838
echo "$SYSIDE_LICENSE_CONTENT_B64" | base64 -d > automator-license.lic
3939
ls -l automator-license.lic
40-
echo "SysIDE license key found, attempting to set up license..."
41-
python -c "
42-
try:
40+
echo "SysIDE license key found, attempting to set up license..."
41+
python -c "
42+
try:
4343
import syside
4444
print(syside.__version__)
45-
except ImportError:
45+
except ImportError:
4646
print('syside_license not available, tests will use mocks')
47-
except Exception as e:
47+
except Exception as e:
4848
print(f'Failed to activate SysIDE license: {e}, tests will use mocks')
49-
" || echo "License setup failed, tests will use mocks"
50-
else
51-
echo "No SysIDE license content found, tests will use mocks if supported"
49+
" || echo "License setup failed, tests will use mocks"
50+
else
51+
echo "No SysIDE license content found, tests will use mocks if supported"
5252
fi
5353
env:
5454
SYSIDE_LICENSE_CONTENT_B64: ${{ secrets.SYSIDE_LICENSE_CONTENT_B64 }}

requirements-ci.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ PyYAML==6.0.3
88
packaging==25.0
99
requests==2.32.5
1010
annotated_types==0.7.0
11+
onshape_client==1.6.3

0 commit comments

Comments
 (0)