From f6c16bd9e7b6cafe6650cdc011bfd10c22ddf150 Mon Sep 17 00:00:00 2001 From: AOS55 Date: Fri, 15 Mar 2024 11:44:25 +0000 Subject: [PATCH] Further Reordering --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a546256..558774a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,17 +26,17 @@ jobs: uses: actions/setup-python@v1 with: python-version: ${{ matrix.python-version }} + - name: Install dependencies + run: | + python -m pip install --upgrade pip + sudo pip install pygame + pip install -e .[deploy] - name: Build PyRust module uses: PyO3/maturin-action@v1.42.0 with: command: build args: --release working-directory: ./pyflyer-rs - - name: Install dependencies - run: | - python -m pip install --upgrade pip - sudo pip install pygame - pip install -e .[deploy] - name: Install PyRust module run: | WHEEL_DIR=./pyflyer-rs/target/wheels