Skip to content

Commit

Permalink
need op too
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Aug 28, 2024
1 parent cac2fc4 commit f2d1ae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/openpilot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
python-version: '3.11.x'
- name: setup dependencies
run: |
brew install cmake bzip2 capnp qt@5 zeromq protobuf@3 gnu-tar
curl -LsSf https://astral.sh/uv/install.sh | sh
uv venv
uv pip install 3rdparty/openpilot/opendbc_repo
brew install cmake bzip2 capnp qt@5 zeromq protobuf@3 gnu-tar
uv pip install 3rdparty/openpilot 3rdparty/openpilot/opendbc_repo
- name: build
run: |
export PYTHONPATH=$PWD/3rdparty
Expand Down

0 comments on commit f2d1ae2

Please sign in to comment.