Skip to content

Commit cdb5b25

Browse files
committed
Install gearbox from repository
1 parent debf014 commit cdb5b25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
run: |
2121
python -m pip install --upgrade pip
2222
pip install git+https://github.com/TurboGears/tempita
23+
pip install git+https://github.com/TurboGears/gearbox
2324
pip install git+https://github.com/TurboGears/tg2@development
2425
pip install -U --upgrade-strategy=eager --pre -e .[testing]
2526
- name: Test with unittest

0 commit comments

Comments
 (0)