Skip to content

Commit 2c7ea98

Browse files
chore(ci): Hack for python3.8 in mac2 release
1 parent e89ff13 commit 2c7ea98

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/concrete_python_release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,9 @@ jobs:
240240
cat frontends/concrete-python/version.txt >> frontends/concrete-python/concrete/fhe/version.py
241241
- name: Build wheel
242242
run: |
243+
# Hack for mac2 host...
244+
export PATH=$PATH:/Users/ec2-user/.cargo/bin:/Users/ec2-user/.pyenv/versions/3.8.20/bin
245+
243246
CONCRETE_PYTHON=$(pwd)/frontends/concrete-python
244247
CONCRETE_COMPILER=$(pwd)/compilers/concrete-compiler/compiler
245248
export COMPILER_BUILD_DIRECTORY=$CONCRETE_COMPILER/build

0 commit comments

Comments
 (0)