Skip to content

Commit 18328f0

Browse files
committed
Test against releases
1 parent 812cc20 commit 18328f0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/run-tests.yml

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

0 commit comments

Comments
 (0)