Skip to content

Commit

Permalink
Moved requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
kitao committed Mar 21, 2024
1 parent 137c15f commit a3dc591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -47,7 +47,7 @@ jobs:
architecture: ${{ matrix.arch }}

- name: Install Python packages
run: pip install -r requirements.txt
run: pip install -r python/requirements.txt

- name: Build wheels
run: make TARGET=${{ matrix.target }}
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
python-version: "3.10"

- name: Install Python packages
run: pip install -r requirements.txt
run: pip install -r python/requirements.txt

- name: Build and install SDL2
run: |
Expand Down

0 comments on commit a3dc591

Please sign in to comment.