Same same
Some checks failed
CI Pipeline / Build Docker Image (push) Failing after 22s
CI Pipeline / Test US10 Build (push) Has been skipped
CI Pipeline / Test PAL Build (push) Has been skipped

This commit is contained in:
2025-09-12 14:30:55 +02:00
parent 50afbfd412
commit da5e5e253c
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ ENV PATH=/opt/cargo/bin:$PATH
# Install Python dependencies # Install Python dependencies
COPY requirements.txt ./ COPY requirements.txt ./
COPY tools/n64splat/requirements.txt ./tools/n64splat/requirements.txt COPY tools/n64splat/requirements.txt ./tools/n64splat/requirements.txt
RUN python3 -m pip install -r ./tools/n64splat/requirements.txt RUN python3 -m pip install -r requirements.txt
WORKDIR /banjo WORKDIR /banjo
ENTRYPOINT ["/bin/bash", "-c"] ENTRYPOINT ["/bin/bash", "-c"]

View File

@@ -11,4 +11,4 @@ python-Levenshtein
python-ranges python-ranges
pyyaml pyyaml
watchdog watchdog
spimdisasm==1.35.0 spimdisasm>=1.33.0