Skip to content

Commit

Permalink
Fix failing stacking tests (conda#11754)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard authored Aug 24, 2022
1 parent bc4d0e3 commit 4e655a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/linux/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set -o errtrace -o pipefail -o errexit
TEST_SPLITS="${TEST_SPLITS:-1}"
TEST_GROUP="${TEST_GROUP:-1}"

eval "$(sudo /opt/conda/bin/python -m conda init --dev bash)"
sudo su root -c "/opt/conda/bin/conda install -yq conda-build"
eval "$(sudo /opt/conda/bin/python -m conda init --dev bash)"
conda-build tests/test-recipes/activate_deactivate_package tests/test-recipes/pre_link_messages_package
conda info
pytest -m "integration" -v --splits ${TEST_SPLITS} --group=${TEST_GROUP}
Expand Down

0 comments on commit 4e655a6

Please sign in to comment.