Skip to content

Commit

Permalink
fix oracle CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sgatto committed Dec 14, 2023
1 parent 0cfe5b3 commit fa4e28a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/oracle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,11 @@ jobs:
run: |
export PATH=/root/.local/bin:$PATH
dnf -y update
dnf -y install python39 python39-devel python39-pip
dnf -y install python39-devel python39-pip python39-numpy
dnf remove python3.11
dnf clean all
echo "/root/.local/bin" >> $GITHUB_PATH
echo "$HOME/.local/bin" >> $GITHUB_PATH
python3 -m pip install --upgrade pip
python3 -m pip install protobuf mypy-protobuf absl-py setuptools wheel numpy pandas virtualenv
Expand Down

0 comments on commit fa4e28a

Please sign in to comment.