Skip to content

Commit

Permalink
fix: debug the release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-stoian-zama committed Jan 8, 2025
1 parent 71a2224 commit 6892957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ jobs:
export HOME=/root
./script/make_utils/setup_os_deps.sh
source $HOME/.bashrc
printenv
make setup_env
- name: Check version coherence and apidocs
Expand Down
2 changes: 1 addition & 1 deletion script/make_utils/setup_os_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ if [[ "${OS_NAME}" == "Linux" ]]; then
python3 -m pip install --no-cache-dir --upgrade pip && \
python3 -m pip install --no-cache-dir --ignore-installed poetry==1.8.4 \
);
echo "PATH=$PATH:$HOME/.local/bin/" >> ~/.bashrc
echo "PATH=$PATH:$HOME/.local/bin/" >> $HOME/.bashrc
elif [[ "${OS_NAME}" == "Darwin" ]]; then

# Some problems with the git which is preinstalled on AWS virtual machines. Let's unlink it
Expand Down

0 comments on commit 6892957

Please sign in to comment.