1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-30 17:41:18 +08:00

rewrite deploy with macos

This commit is contained in:
Linlang
2024-12-19 17:37:46 +08:00
parent 2a2615a71e
commit 92e1f07a01

View File

@@ -129,8 +129,11 @@ jobs:
- name: Run python scripts
run: |
python -c "
a = '${{ matrix.buildplat[1] }}'
print(f'Value of a: {a}')
plat_info = '${{ matrix.buildplat[1] }}'.split('_')[-1]
sys_ver_info = '${{ matrix.buildplat[1] }}'.split('-')[-1]
print(f'Value of plat_info: {plat_info}')
print(f'Value of sys_ver_info: {sys_ver_info}')
"
# - name: Build and publish
# env: