fix subway csv path, tiger python

Signed-off-by: zyphlar <zyphlar@gmail.com>
This commit is contained in:
zyphlar
2025-10-25 18:25:21 -07:00
parent 2391e1c4e3
commit 362dae7925
2 changed files with 8 additions and 1 deletions

View File

@@ -272,8 +272,12 @@ jobs:
cmake \
ninja-build \
ca-certificates \
python3 \
python3-pip \
git \
wget2
rm -f /usr/lib/python*/EXTERNALLY-MANAGED
pip3 install "protobuf<4"
- name: Clone main repo if necessary
shell: bash
run: |