We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a43e2 commit 3209068Copy full SHA for 3209068
1 file changed
.github/workflows/ci.yml
@@ -30,16 +30,8 @@ jobs:
30
sofa_root: ${{ github.workspace }}/sofa
31
sofa_version: ${{ matrix.sofa_branch }}
32
sofa_scope: 'standard'
33
+ sofa_with_sofapython3: 'false'
34
python_version: '${{ matrix.python_version }}'
-
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*
43
44
- name: Install pybind11
45
shell: bash
0 commit comments