Skip to content

Commit b2adc7a

Browse files
authored
Fix pip install command for test dependencies (#1)
Ensure pytest installs in macOS CI - Require test extras install without ignoring failures
1 parent 0f83c7f commit b2adc7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/macos-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install Project
4141
run: |
4242
python -m pip install -e .
43-
python -m pip install -e ".[test]" || true
43+
python -m pip install -e ".[test]"
4444
4545
- name: Run Tests
4646
env:

0 commit comments

Comments
 (0)