Deplacement de requirements.txt
Some checks failed
CI Pipeline / Build Docker Image (push) Failing after 21s
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:37:36 +02:00
parent 43b7420f7b
commit 34b8665cf8

View File

@@ -14,8 +14,6 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sed 's#/proc/sel
ENV PATH=/opt/cargo/bin:$PATH ENV PATH=/opt/cargo/bin:$PATH
# Install Python dependencies # Install Python dependencies
COPY requirements.txt ./
COPY tools/n64splat/requirements.txt ./tools/n64splat/requirements.txt
RUN python3 -m pip install -r requirements.txt RUN python3 -m pip install -r requirements.txt
WORKDIR /banjo WORKDIR /banjo