Skip to content

Commit ed93e3c

Browse files
author
haiskong
committed
try remove install turbo
1 parent 6fda92b commit ed93e3c

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.github/workflows/tas.yaml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -46,27 +46,8 @@ jobs:
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."

0 commit comments

Comments
 (0)