1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-14 00:06:58 +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 - name: Run python scripts
run: | run: |
python -c " python -c "
a = '${{ matrix.buildplat[1] }}' plat_info = '${{ matrix.buildplat[1] }}'.split('_')[-1]
print(f'Value of a: {a}') 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 # - name: Build and publish
# env: # env: