File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1- # File vencdored from Autorelease; specific version information should be in
2- # the INSTALL_AUTORELEASE variable in autorelease-default-env.sh
31name : " Autorelease"
42on :
53 pull_request :
5351 python-version : " 3.x"
5452 - run : | # TODO: move this to an action
5553 source ./.github/workflows/autorelease-default-env.sh
56- if [ -f "./.autorelease/test-testpypi.sh" ]; then
57- source ./.autorelease/test-testpypi.sh
58- elif [ -f "autorelease-env.sh" ]; then
54+ if [ -f "autorelease-env.sh" ]; then
5955 cat autorelease-env.sh >> $GITHUB_ENV
6056 fi
6157 eval $INSTALL_AUTORELEASE
Original file line number Diff line number Diff line change 1- INSTALL_AUTORELEASE=" python -m pip install autorelease==0.2.3 nose"
1+ # include extra packages when installing autorelease
2+ INSTALL_AUTORELEASE=" python -m pip install autorelease==0.2.3 nose sqlalchemy dill"
23PACKAGE_IMPORT_NAME=paths_cli
3- AUTORELEASE_TEST_TESTPYPI=" python -m pip install sqlalchemy dill pytest && py.test --pyargs $PACKAGE_IMPORT_NAME "
You can’t perform that action at this time.
0 commit comments