Skip to content

Commit

Permalink
allow to continue on error for installation problems
Browse files Browse the repository at this point in the history
  • Loading branch information
trichter committed Oct 20, 2022
1 parent 1a0a410 commit d1f270f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- os: ubuntu-latest
python: 3.9
add_package: features
continue-on-error: false
continue-on-error: true
- os: macos-latest
python: 3.9
add_package: features
Expand Down

0 comments on commit d1f270f

Please sign in to comment.