mirror of
https://github.com/Stability-AI/generative-models.git
synced 2026-02-02 04:14:27 +01:00
Add simple import test to build script
This commit is contained in:
4
.github/workflows/test-build.yaml
vendored
4
.github/workflows/test-build.yaml
vendored
@@ -24,4 +24,6 @@ jobs:
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements/${{ matrix.requirements-file }}.txt
|
||||
pip install .
|
||||
pip install .
|
||||
- name: Test import
|
||||
run: python -c "import sgm"
|
||||
|
||||
Reference in New Issue
Block a user