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 debf014 commit cdb5b25Copy full SHA for cdb5b25
.github/workflows/run-tests.yml
@@ -20,6 +20,7 @@ jobs:
20
run: |
21
python -m pip install --upgrade pip
22
pip install git+https://github.com/TurboGears/tempita
23
+ pip install git+https://github.com/TurboGears/gearbox
24
pip install git+https://github.com/TurboGears/tg2@development
25
pip install -U --upgrade-strategy=eager --pre -e .[testing]
26
- name: Test with unittest
0 commit comments