Skip to content

Commit

Permalink
Set fail-fast to false in the strategy matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Jun 10, 2024
1 parent 65434c7 commit f1461e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']


steps:
- name: Clone access
uses: actions/checkout@v4
Expand All @@ -26,7 +26,7 @@ jobs:
repository: sdss/tree
path: tree

- name: Set up Python 3.9
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit f1461e1

Please sign in to comment.