Skip to content

Commit

Permalink
Merge pull request #1146 from zama-ai/fix-cpu-release
Browse files Browse the repository at this point in the history
fix(ci): setup HOME manually instead of changing user
  • Loading branch information
youben11 authored Nov 15, 2024
2 parents 8d02187 + 3dc4f2f commit f931be5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/concrete_python_release_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,9 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
runs-on: ${{ needs.setup-instance.outputs.runner-name }}
steps:
# HOME is needed by actions-rs/toolchain
- run: |
echo "HOME=/home/ubuntu" >> "${GITHUB_ENV}"
- name: Install rust
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1.0.7
with:
Expand Down
1 change: 0 additions & 1 deletion ci/slab.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ security_group= ["sg-02dd8470fa845f31b", ]
region = "eu-west-1"
image_id = "ami-002bdcd64b8472cf9"
instance_type = "hpc7a.96xlarge"
user = "ubuntu"

0 comments on commit f931be5

Please sign in to comment.