Skip to content

Commit d3dee61

Browse files
aoirintcodex
andauthored
fix(ci): align release tests with sd-scripts v0.11.1 (#105)
Align the upstream release-test paths with sd-scripts v0.11.1. Co-authored-by: Codex <noreply@openai.com>
1 parent 6385567 commit d3dee61

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

scripts/run-sd-scripts-release-tests.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -72,20 +72,10 @@ cd "${sd_scripts_dir}"
7272
pytest -q \
7373
tests/test_custom_offloading_utils.py \
7474
tests/test_expand_unet_to_inpainting.py \
75-
tests/test_fine_tune.py \
76-
tests/test_flux_train.py \
77-
tests/test_flux_train_network.py \
7875
tests/test_lumina_train_network.py \
7976
tests/test_mask_generator.py \
80-
tests/test_sd3_train.py \
81-
tests/test_sd3_train_network.py \
82-
tests/test_sdxl_train.py \
8377
tests/test_sdxl_train_leco.py \
84-
tests/test_sdxl_train_network.py \
85-
tests/test_train.py \
8678
tests/test_train_leco.py \
87-
tests/test_train_network.py \
88-
tests/test_train_textual_inversion.py \
8979
tests/test_validation.py \
9080
tests/library
9181
'

0 commit comments

Comments
 (0)