File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change @@ -8,3 +8,4 @@ PyYAML==6.0.3
88packaging==25.0
99requests==2.32.5
1010annotated_types==0.7.0
11+ onshape_client==1.6.3
You can’t perform that action at this time.
0 commit comments