We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f0443f commit 5944d39Copy full SHA for 5944d39
2 files changed
.github/workflows/test-bench.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Install dependencies
51
run: |
52
- python -m pip install -e .[dev, app]
+ python -m pip install -e .[dev; app]
53
54
- name: Run benchmarks
55
.github/workflows/test-unit.yml
- name: Run tests and code coverage
0 commit comments