Install spind deps on redeploy
This commit is contained in:
@@ -22,6 +22,7 @@ jobs:
|
||||
- run: $CONDA/bin/conda build --no-anaconda-upload --output-folder $BUILD_DIR ./conda-recipe
|
||||
- run: $CONDA/bin/conda remove --yes --quiet --name test --all --keep-env
|
||||
- run: $CONDA/bin/conda install --yes --quiet --name test --channel $BUILD_DIR python=3.10 pyzebra
|
||||
- run: $CONDA/bin/conda install --yes --quiet --name test mpi4py docopt # spind dependencies
|
||||
- run: sudo systemctl restart pyzebra-test.service
|
||||
|
||||
prod-env:
|
||||
@@ -35,6 +36,7 @@ jobs:
|
||||
- run: $CONDA/bin/conda build --token ${{ secrets.ANACONDA_TOKEN }} --output-folder $BUILD_DIR ./conda-recipe
|
||||
- run: $CONDA/bin/conda remove --yes --quiet --name prod --all --keep-env
|
||||
- run: $CONDA/bin/conda install --yes --quiet --name prod --channel $BUILD_DIR python=3.10 pyzebra
|
||||
- run: $CONDA/bin/conda install --yes --quiet --name prod mpi4py docopt # spind dependencies
|
||||
- run: sudo systemctl restart pyzebra-prod.service
|
||||
|
||||
cleanup:
|
||||
|
||||
Reference in New Issue
Block a user