Skip to content

Commit

Permalink
chore: fix release ci yml (#617)
Browse files Browse the repository at this point in the history
Signed-off-by: Keming <[email protected]>
  • Loading branch information
kemingy authored Jan 9, 2025
1 parent 5968646 commit 38ed089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
image:
name: "Build Docker Image"
runs-on: ubuntu-latest
needs: [publish]
needs: [release]
steps:
- name: Docker Setup QEMU
uses: docker/setup-qemu-action@v3
Expand Down
2 changes: 1 addition & 1 deletion build.envd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def jax():


def build():
base(dev=True)
base(dev=True, image="ubuntu:22.04")
install.conda()
install.python()
rust()
Expand Down

0 comments on commit 38ed089

Please sign in to comment.