We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f83c7f commit b2adc7aCopy full SHA for b2adc7a
1 file changed
.github/workflows/macos-ci.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Install Project
41
run: |
42
python -m pip install -e .
43
- python -m pip install -e ".[test]" || true
+ python -m pip install -e ".[test]"
44
45
- name: Run Tests
46
env:
0 commit comments