File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2424 - name : Install dependencies
2525 run : |
2626 python -m pip install --upgrade pip
27- pip install -U --upgrade-strategy=eager -e .[testing]
27+ pip install git+https://github.com/TurboGears/crank.git
28+ pip install git+https://github.com/TurboGears/backlash.git
29+ pip install git+https://github.com/TurboGears/Ming.git || true
30+ pip install repoze.who
31+ pip install -U --upgrade-strategy=eager --pre -e .[testing]
2832 pip install pytest-cov
2933 - name : Run Tests
3034 run : |
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " TurboGears2"
7- version = " 2.5.0 "
7+ version = " 2.5.0dev1 "
88description = " Next generation TurboGears"
99readme = { file = " README.rst" , content-type = " text/x-rst" }
1010requires-python = " >=3.8"
You can’t perform that action at this time.
0 commit comments