We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a621c commit 835eb2bCopy full SHA for 835eb2b
.github/workflows/cadence-build.yml
@@ -48,6 +48,7 @@ jobs:
48
cpu-build:
49
name: cpu-build
50
needs: set-envir-vars
51
+ runs-on: ubuntu-22.04
52
# uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
53
# secrets: inherit
54
steps:
@@ -61,7 +62,7 @@ jobs:
61
62
run: |
63
# install cadence requirements
64
bash backends/cadence/install_requirements.sh
-
65
+
66
.ci/scripts/build_cadence_runner.sh
67
68
# g3-build:
.github/workflows/pull.yml
@@ -382,6 +382,9 @@ jobs:
382
383
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake"
384
385
+ # install cadence requirements
386
+ bash backends/cadence/install_requirements.sh
387
388
# run python unittest
389
python -m examples.cadence.operators.test_g3_ops
390
0 commit comments