Skip to content

Commit 60fdec7

Browse files
committed
build: Remove outdated workflow step
No idea how this ended up in there
1 parent b6fd20c commit 60fdec7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/run_tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,5 @@ jobs:
2121
cache: pip
2222
- name: Install dev dependencies
2323
run: pip install .[dev]
24-
- name: Install dependencies
25-
run: .github/workflows/install-deps.sh
2624
- name: Run tests
2725
run: pytest -ra -q --cov=bottle --cov-report=term

0 commit comments

Comments
 (0)