Skip to content

Commit

Permalink
fix: install hydra wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
BukiOffor committed Jan 14, 2024
1 parent cf2b819 commit bc5ca11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
sudo apt update
sudo apt install -y git zip unzip openjdk-17-jdk python3-pip autoconf libtool pkg-config zlib1g-dev libncurses5-dev libncursesw5-dev libtinfo5 cmake libffi-dev libssl-dev
cd ${{ github.workspace }}
pipenv run pip install file://iop_python-0.1.0-cp310-cp310-macosx_10_12_x86_64.whl
python3 -m venv env
source env/bin/activate
pip install file://iop_python-0.1.0-cp310-cp310-macosx_10_12_x86_64.whl
buildozer android debug
- name: Upload artifacts
Expand Down

0 comments on commit bc5ca11

Please sign in to comment.