Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/datasets-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,7 @@ jobs:
with:
python-version: 3.10.19
poetry-skip: "true"
- name: Set up uv
uses: astral-sh/setup-uv@v7
with:
version: "0.10.2"
uv-skip: "false"
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@v1.3.1
with:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/datasets-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
poetry-skip: "true"
- name: Set up uv
uses: astral-sh/setup-uv@v7
with:
version: "0.10.2"
uv-skip: "false"
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@v1.3.1
with:
Expand Down
Loading