Skip to content

Commit

Permalink
Test import
Browse files Browse the repository at this point in the history
  • Loading branch information
dnerini committed May 14, 2021
1 parent b43941a commit 519fff2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
python -m pip install --upgrade pip
python -m pip install flake8 pytest
pip install -r requirements.txt
pip install .
- name: Test import
run: |
python -c "import topo_descriptors"
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 519fff2

Please sign in to comment.