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 35a43e3 commit 7779054Copy full SHA for 7779054
.github/workflows/run-tests.yml
@@ -19,7 +19,10 @@ jobs:
19
- name: Install dependencies
20
run: |
21
python -m pip install --upgrade pip
22
- pip install -U --upgrade-strategy=eager -e .[testing]
+ 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
27
28
python -m unittest discover -v devtools/tests -f
0 commit comments