Skip to content

Commit

Permalink
Further Reordering
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS55 committed Mar 15, 2024
1 parent 199ef43 commit f6c16bd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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
Expand Down

0 comments on commit f6c16bd

Please sign in to comment.