yml file changes

This commit is contained in:
Rajat Sen
2025-10-08 00:14:50 +00:00
parent 1c0cd87f2b
commit c172faf5eb
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -19,6 +19,8 @@ jobs:
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Create virtual environment
run: uv venv
- name: Install build dependencies
run: |
uv pip install build ".[torch,flax]"