updating workflows

This commit is contained in:
Rajat Sen
2025-10-08 00:06:52 +00:00
parent 39df49c3a0
commit 1c0cd87f2b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -21,6 +21,6 @@ jobs:
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Install build dependencies
run: |
uv pip install build
uv pip install build ".[torch,flax]"
- name: Build package
run: python -m build