Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 4925ddf

Browse files
authored
Merge pull request #303 from transformerlab/fix/alpha-bugs
Fix bugs on alpha
2 parents 4c1e8dc + d6e9a8e commit 4925ddf

File tree

12 files changed

+1039
-412
lines changed

12 files changed

+1039
-412
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: "3.10"
2626

2727
- name: Create virtualenv
28-
run: uv venv --python 3.10 --seed
28+
run: uv venv --python 3.10 --seed --clear
2929

3030
- name: Install dependencies
3131
run: uv pip install -e .[dev]

0 commit comments

Comments
 (0)