Skip to content

Commit 29a724d

Browse files
committed
Allow ming install to fail
1 parent 24b9e00 commit 29a724d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python -m pip install --upgrade pip
2121
pip install git+https://github.com/TurboGears/crank.git
2222
pip install git+https://github.com/TurboGears/backlash.git
23-
pip install git+https://github.com/TurboGears/Ming.git
23+
pip install git+https://github.com/TurboGears/Ming.git || exit 0
2424
pip install repoze.who
2525
pip install -U --upgrade-strategy=eager --pre -e .[testing]
2626
pip install pytest-cov

0 commit comments

Comments
 (0)