Skip to content

Commit

Permalink
change build_wheels action
Browse files Browse the repository at this point in the history
  • Loading branch information
artur-trzesiok committed Jan 4, 2024
1 parent adfea08 commit cfd53ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: Install dependencies
run: python -m pip install build
run: python -m pip install --upgrade pip setuptools wheel build
- name: Use Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit cfd53ba

Please sign in to comment.