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 a7663fa commit 84c3daaCopy full SHA for 84c3daa
.github/workflows/build_artifacts.yml
@@ -1,10 +1,10 @@
1
name: Build JAX Artifacts
2
3
-# on:
4
-# pull_request:
5
-# branches:
6
-# - main
7
-# workflow_dispatch:
+on:
+ pull_request:
+ branches:
+ - main
+ workflow_dispatch:
8
9
jobs:
10
build:
@@ -58,9 +58,6 @@ jobs:
58
- name: Wait For Connection
59
uses: ./actions/ci_connection/
60
- name: Build ${{ matrix.artifact }}
61
- # Explicitly set the shell to bash to override the default Windows environment, i.e, cmd.
62
- shell: bash
63
env:
64
JAXCI_HERMETIC_PYTHON_VERSION: "${{ matrix.python }}"
65
- ENV_FILE: "ci/envs/build_artifacts/${{ matrix.artifact }}"
66
- run: ./ci/build_artifacts.sh
+ run: ./ci/build_artifacts.sh "ci/envs/build_artifacts/${{ matrix.artifact }}"
0 commit comments