Skip to content

Commit 84c3daa

Browse files
committed
enable build artifact workflow
1 parent a7663fa commit 84c3daa

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/workflows/build_artifacts.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Build JAX Artifacts
22

3-
# on:
4-
# pull_request:
5-
# branches:
6-
# - main
7-
# workflow_dispatch:
3+
on:
4+
pull_request:
5+
branches:
6+
- main
7+
workflow_dispatch:
88

99
jobs:
1010
build:
@@ -58,9 +58,6 @@ jobs:
5858
- name: Wait For Connection
5959
uses: ./actions/ci_connection/
6060
- name: Build ${{ matrix.artifact }}
61-
# Explicitly set the shell to bash to override the default Windows environment, i.e, cmd.
62-
shell: bash
6361
env:
6462
JAXCI_HERMETIC_PYTHON_VERSION: "${{ matrix.python }}"
65-
ENV_FILE: "ci/envs/build_artifacts/${{ matrix.artifact }}"
66-
run: ./ci/build_artifacts.sh
63+
run: ./ci/build_artifacts.sh "ci/envs/build_artifacts/${{ matrix.artifact }}"

0 commit comments

Comments
 (0)