File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change 4646 if : always()
4747 with :
4848 options : " --check --diff --color --verbose --line-length=110"
49-
50- install-turbo :
51- runs-on : [tas-k8s]
52- steps :
53- - run : echo "🎉 Begin Primus-Turbo Install."
54- - uses : actions/checkout@v4
55- with :
56- repository : AMD-AIG-AIMA/Primus-Turbo
57- token : ' ${{ secrets.PRIMUS_TURBO_SECRET }}'
58- ref : 9499c6e74c9d62997775dd841ab268eb9fca98b4
59- submodules : recursive
60- path : ./Primus-Turbo
61- - name : Install Primus-Turbo
62- working-directory : ./Primus-Turbo
63- run : |
64- pip install -r requirements.txt --verbose
65- pip uninstall primus_turbo -y || true
66- python setup.py develop
67-
6849 run-unittest :
69- needs : [code-lint, install-turbo ]
50+ needs : [code-lint]
7051 runs-on : [tas-k8s]
7152 steps :
7253 - run : echo "🎉 Begin Primus Unit Test."
You can’t perform that action at this time.
0 commit comments