Skip to content

Commit f0261ef

Browse files
authored
Apply suggestions from code review
1 parent 32d335a commit f0261ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yml

-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
needs: lint
3636
runs-on: ${{ matrix.os }}
3737
strategy:
38-
fail-fast: false
3938
matrix:
4039
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
4140
python_version: ['3.12']
@@ -162,7 +161,6 @@ jobs:
162161
with:
163162
python-version: '3.12'
164163

165-
166164
- name: Install dependencies
167165
run: |
168166
python -m pip install ".[test]"

0 commit comments

Comments
 (0)