Skip to content

Commit 22221f4

Browse files
committed
use official mindspore for CI
1 parent d6d5fda commit 22221f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci_pipeline.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,7 @@ jobs:
129129
OS: ubuntu-latest
130130
PYTHON: 3.11
131131
run: |
132-
python .github/install_mindspore.py
133-
pip install -r download.txt
132+
pip install mindspore
134133
- name: Test with pytest
135134
run: |
136135
pytest -vs tests/transformers/models/${{ matrix.alpha }}*/test_modeling*

0 commit comments

Comments
 (0)