Skip to content

Commit

Permalink
Continue, if switch to feature branches fails
Browse files Browse the repository at this point in the history
  • Loading branch information
anaegel authored May 15, 2024
1 parent a33507d commit c4cd3f2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c4cd3f2

Please sign in to comment.