Skip to content

Commit 7779054

Browse files
committed
Back to development
1 parent 35a43e3 commit 7779054

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip
22-
pip install -U --upgrade-strategy=eager -e .[testing]
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]
2326
- name: Test with unittest
2427
run: |
2528
python -m unittest discover -v devtools/tests -f

0 commit comments

Comments
 (0)