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 2f12528 commit 87a0220Copy full SHA for 87a0220
.github/workflows/reusable-build-test-release.yml
@@ -486,7 +486,7 @@ jobs:
486
poetry check
487
poetry export --without-hashes -o package/lib/requirements.txt
488
fi
489
- if [ ! -f dev_deps/requirements_dev.txt ]; then echo no dev_deps/requirements;exit 0 ;fi
+ if [ ! -f dev_deps/requirements_dev.txt ]; then echo no dev_deps/requirements;exit 1 ;fi
490
git config --global --add url."https://${{ secrets.GH_TOKEN_ADMIN }}@github.com".insteadOf https://github.com
491
git config --global --add url."https://${{ secrets.GH_TOKEN_ADMIN }}@github.com".insteadOf ssh://git@github.com
492
python${{ env.PYTHON_VERSION }} -m venv .dev_venv
0 commit comments