Skip to content

Commit faaf665

Browse files
committed
don't install dependencies before cibuildwheel and remove vcell's libs
1 parent bf98ba6 commit faaf665

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/on-release-main.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
submodules: true
2525
fetch-depth: 2
2626

27+
- name: remove nativelibs and localsolvers
28+
run: rm -rf vcell_submodule/nativelibs vcell_submodule/localsolvers
29+
2730
- name: Set up Python
2831
uses: actions/setup-python@v5
2932
with:
@@ -41,8 +44,9 @@ jobs:
4144
native-image-job-reports: "true"
4245
cache: "maven"
4346

44-
- name: Install python dependencies
45-
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') )}}
4650

4751
- name: Set MACOSX_DEPLOYMENT_TARGET used by cibuildwheel
4852
if: ${{ startsWith(matrix.os, 'macos') }}

0 commit comments

Comments
 (0)