yml file changes
This commit is contained in:
@@ -19,6 +19,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
curl -LsSf https://astral.sh/uv/install.sh | sh
|
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||||
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
|
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
|
||||||
|
- name: Create virtual environment
|
||||||
|
run: uv venv
|
||||||
- name: Install build dependencies
|
- name: Install build dependencies
|
||||||
run: |
|
run: |
|
||||||
uv pip install build ".[torch,flax]"
|
uv pip install build ".[torch,flax]"
|
||||||
|
|||||||
@@ -16,6 +16,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
curl -LsSf https://astral.sh/uv/install.sh | sh
|
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||||
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
|
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
|
||||||
|
- name: Create virtual environment
|
||||||
|
run: uv venv
|
||||||
- name: Install Poetry and dependencies
|
- name: Install Poetry and dependencies
|
||||||
run: |
|
run: |
|
||||||
uv pip install poetry ".[torch,flax]"
|
uv pip install poetry ".[torch,flax]"
|
||||||
|
|||||||
Reference in New Issue
Block a user