Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Aug 28, 2024
1 parent b500f6b commit a871fc5
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: |
uv venv
uv pip install 3rdparty/openpilot/opendbc_repo
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/opendbc_repo
- name: build
run: |
export PYTHONPATH=$PWD/3rdparty
Expand Down

0 comments on commit a871fc5

Please sign in to comment.