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 812cc20 commit 18328f0Copy full SHA for 18328f0
.github/workflows/run-tests.yml
@@ -19,10 +19,7 @@ jobs:
19
- name: Install dependencies
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]
+ pip install -U --upgrade-strategy=eager -e .[testing]
26
- name: Test with unittest
27
28
python -m unittest discover -v devtools/tests -f
0 commit comments