We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce04f2a commit 50e3913Copy full SHA for 50e3913
.github/workflows/sync_lab_release.yml
@@ -89,7 +89,7 @@ jobs:
89
- name: Update binary sign list osx-64
90
if: env.update_available == 'true'
91
run: |
92
- yarn clean_env_installer && conda-lock install --prefix ./env_installer/jlab_server ./env_installer/conda-osx-64.lock
+ yarn clean_env_installer && conda-lock install --no-validate-platform --prefix ./env_installer/jlab_server ./env_installer/conda-osx-64.lock
93
yarn update_binary_sign_list --platform osx-64
94
95
- name: Update binary sign list osx-arm64
0 commit comments