We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf98ba6 commit faaf665Copy full SHA for faaf665
.github/workflows/on-release-main.yml
@@ -24,6 +24,9 @@ jobs:
24
submodules: true
25
fetch-depth: 2
26
27
+ - name: remove nativelibs and localsolvers
28
+ run: rm -rf vcell_submodule/nativelibs vcell_submodule/localsolvers
29
+
30
- name: Set up Python
31
uses: actions/setup-python@v5
32
with:
@@ -41,8 +44,9 @@ jobs:
41
44
native-image-job-reports: "true"
42
45
cache: "maven"
43
46
- - name: Install python dependencies
- run: poetry install --no-interaction
47
+# - name: Install python dependencies
48
+# run: poetry install --no-interaction
49
+# if: ${{ startsWith(matrix.os, 'macos') || startsWith(matrix.os, 'windows') )}}
50
51
- name: Set MACOSX_DEPLOYMENT_TARGET used by cibuildwheel
52
if: ${{ startsWith(matrix.os, 'macos') }}
0 commit comments