We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6fd20c commit 60fdec7Copy full SHA for 60fdec7
.github/workflows/run_tests.yml
@@ -21,7 +21,5 @@ jobs:
21
cache: pip
22
- name: Install dev dependencies
23
run: pip install .[dev]
24
- - name: Install dependencies
25
- run: .github/workflows/install-deps.sh
26
- name: Run tests
27
run: pytest -ra -q --cov=bottle --cov-report=term
0 commit comments