fix: use numpy for test manifest (ecoark/hello repo doesn't exist, causes 120s timeout)
Some checks failed
EcoArk Wheel Pipeline CI / build (push) Failing after 2m39s
Some checks failed
EcoArk Wheel Pipeline CI / build (push) Failing after 2m39s
This commit is contained in:
@ -65,7 +65,7 @@ jobs:
|
||||
- name: Run manifest pipeline (test manifest with fake entry)
|
||||
run: |
|
||||
echo "# test manifest" > output/test_packages.txt
|
||||
echo "ecoark_hello:https://github.com/ecoark/hello.git" >> output/test_packages.txt
|
||||
echo "numpy:https://github.com/numpy/numpy.git" >> output/test_packages.txt
|
||||
python3 wheel_pipeline.py --manifest output/test_packages.txt \
|
||||
--output-dir output --target-os harmonyos --arch arm64
|
||||
|
||||
|
||||
Reference in New Issue
Block a user