Skip to content

Commit

Permalink
Fixed the requirements.txt path
Browse files Browse the repository at this point in the history
  • Loading branch information
kitao committed Apr 1, 2024
1 parent 09104e1 commit 04c3311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wasm.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
architecture: ${{ matrix.arch }}

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

- name: Build WASM wheel
run: make build-wasm
Expand Down

0 comments on commit 04c3311

Please sign in to comment.