diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 4b7c1fe..5b4ee9a 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -25,9 +25,11 @@ jobs: run: | python3 ughub/ughub.py init python3 ughub/ughub.py install ConvectionDiffusion - python3 ughub/ughub.py git checkout feature-pybind11 - + - name: Switch to Pybind feature branch(es), if any. + run: python3 ughub/ughub.py git checkout feature-pybind11 + continue-on-error: true + #- name: Checkout ugcore # uses: actions/checkout@v4 # with: