Skip to content

Commit 835eb2b

Browse files
author
Zonglin Peng
committed
fix build erros
1 parent 84a621c commit 835eb2b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/cadence-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
cpu-build:
4949
name: cpu-build
5050
needs: set-envir-vars
51+
runs-on: ubuntu-22.04
5152
# uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
5253
# secrets: inherit
5354
steps:
@@ -61,7 +62,7 @@ jobs:
6162
run: |
6263
# install cadence requirements
6364
bash backends/cadence/install_requirements.sh
64-
65+
6566
.ci/scripts/build_cadence_runner.sh
6667
6768
# g3-build:

.github/workflows/pull.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,9 @@ jobs:
382382
383383
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake"
384384
385+
# install cadence requirements
386+
bash backends/cadence/install_requirements.sh
387+
385388
# run python unittest
386389
python -m examples.cadence.operators.test_g3_ops
387390

0 commit comments

Comments
 (0)