Skip to content

Commit

Permalink
Add simple import test to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
palp authored Aug 3, 2023
1 parent 45c443b commit 0d7ead3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 0d7ead3

Please sign in to comment.