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 24b9e00 commit 29a724dCopy full SHA for 29a724d
.github/workflows/run-tests.yml
@@ -20,7 +20,7 @@ jobs:
20
python -m pip install --upgrade pip
21
pip install git+https://github.com/TurboGears/crank.git
22
pip install git+https://github.com/TurboGears/backlash.git
23
- pip install git+https://github.com/TurboGears/Ming.git
+ pip install git+https://github.com/TurboGears/Ming.git || exit 0
24
pip install repoze.who
25
pip install -U --upgrade-strategy=eager --pre -e .[testing]
26
pip install pytest-cov
0 commit comments