Skip to content

Commit 4502a3c

Browse files
committed
fix curl
1 parent cf84909 commit 4502a3c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tests/test_utils/runners/setup_unit_test_env.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,17 @@ setup_metax_unit_env() {
9999
git clone --depth 1 https://github.com/flagos-ai/TransformerEngine-FL.git
100100
cd TransformerEngine-FL
101101
TE_FL_SKIP_CUDA=1 pip install . --no-build-isolation
102+
103+
apt-get update
104+
apt-get install -y curl
102105
}
103106

104107
setup_ascend_unit_env() {
105108
pip install datasets==4.5.0 omegaconf==2.3.0 diffusers==0.36.0 hydra-core==1.3.2
106109
echo "Ascend CI image is expected to provide platform runtime dependencies"
110+
111+
apt-get update
112+
apt-get install -y curl
107113
}
108114

109115
echo "Preparing unit test environment"

0 commit comments

Comments
 (0)