Skip to content

Commit 3209068

Browse files
committed
Use sofa-setup-action input sofa_with_sofapython3
1 parent 02a43e2 commit 3209068

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,8 @@ jobs:
3030
sofa_root: ${{ github.workspace }}/sofa
3131
sofa_version: ${{ matrix.sofa_branch }}
3232
sofa_scope: 'standard'
33+
sofa_with_sofapython3: 'false'
3334
python_version: '${{ matrix.python_version }}'
34-
35-
- name: Remove SofaPython3 from SOFA binaries (if any)
36-
shell: bash
37-
run: |
38-
# TODO: remove this step when SOFA "standard" no longer contains SP3
39-
echo "Removing SofaPython3 from SOFA binaries (if any)"
40-
rm -rf $SOFA_ROOT/plugins/SofaPython3*
41-
rm -rf $SOFA_ROOT/bin/SofaPython3*
42-
rm -rf $SOFA_ROOT/lib/SofaPython3*
4335

4436
- name: Install pybind11
4537
shell: bash

0 commit comments

Comments
 (0)