mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-30 19:07:25 +08:00
Minor hygiene fixes identified from automated review cycles
This commit is contained in:
parent
fc4a135c04
commit
d93c52b1c3
5
.github/workflows/test-unit.yml
vendored
5
.github/workflows/test-unit.yml
vendored
@ -2,9 +2,9 @@ name: Unit Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, master, develop, release/** ]
|
||||
branches: [ main, master, release/** ]
|
||||
pull_request:
|
||||
branches: [ main, master, develop, release/** ]
|
||||
branches: [ main, master, release/** ]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
@ -12,6 +12,7 @@ jobs:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-2022, macos-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
continue-on-error: true
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,7 +13,6 @@ extra_model_paths.yaml
|
||||
.idea/
|
||||
venv*/
|
||||
.venv/
|
||||
.pyisolate_venvs/
|
||||
/web/extensions/*
|
||||
!/web/extensions/logging.js.example
|
||||
!/web/extensions/core/
|
||||
|
||||
0
comfy/samplers.py
Normal file → Executable file
0
comfy/samplers.py
Normal file → Executable file
Loading…
Reference in New Issue
Block a user