From d885ac8aa078a2097f06a4b6a0aa6e6e94e82715 Mon Sep 17 00:00:00 2001 From: zztkm Date: Wed, 21 Feb 2024 11:49:21 +0900 Subject: [PATCH] =?UTF-8?q?pip=20=E3=82=92=E3=83=80=E3=82=A6=E3=83=B3?= =?UTF-8?q?=E3=82=B0=E3=83=AC=E3=83=BC=E3=83=89=E3=81=99=E3=82=8B=E4=BB=A5?= =?UTF-8?q?=E5=A4=96=E3=81=AE=E5=A4=89=E6=9B=B4=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4b677a73..73b7d9b9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,12 +49,6 @@ jobs: timeout-minutes: 60 steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 - with: - python-version: "${{ matrix.python_version }}" - cache: "pip" - - run: python -m pip install setuptools wheel - - run: python -m pip install -r requirements-dev.lock - run: | sudo apt-get update sudo apt-get -y install libva-dev libdrm-dev @@ -132,11 +126,9 @@ jobs: with: python-version: "${{ matrix.python_version }}" cache: "pip" - - run: python -m pip install pip==23.3.2 - - run: python -m pip --version + - run: pip install pip==23.3.2 - run: pip --version - - run: python -m pip install setuptools wheel - - run: python -m pip install -r requirements-dev.lock + - run: pip install -r requirements-dev.lock - run: python run.py - run: python -m build