diff --git a/.github/workflows/test-build.yaml b/.github/workflows/test-build.yaml index 8aabe3760..f029d6cb7 100644 --- a/.github/workflows/test-build.yaml +++ b/.github/workflows/test-build.yaml @@ -24,4 +24,6 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements/${{ matrix.requirements-file }}.txt - pip install . \ No newline at end of file + pip install . + - name: Test import + run: python -c "import sgm"