Install spind deps on redeploy
pyzebra CI/CD pipeline / test-env (push) Successful in 2m44s
pyzebra CI/CD pipeline / prod-env (push) Skipped
pyzebra CI/CD pipeline / cleanup (push) Successful in 4s

This commit is contained in:
2026-09-02 09:40:49 +02:00
parent f17e4199af
commit 53a7c3e6a1
+2
View File
@@ -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: