Skip to content

Commit

Permalink
use normal pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekmj303 committed Oct 12, 2024
1 parent 5be25dc commit 84bedc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
**/requirements*.txt
- name: Install the project
run: uv pip sync --system pyproject.toml
run: pip install -r requirements.txt

- name: Build a binary wheel and a source tarball
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 84bedc6

Please sign in to comment.