Skip to content

Commit

Permalink
add import test to macos latest workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-french committed Jul 15, 2024
1 parent d819827 commit 877c93c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ jobs:
pip install -r requirements.txt
pip install -r requirements_tests.txt
pip install .
- name: Test import
run: |
python -c "import spaceprime"

0 comments on commit 877c93c

Please sign in to comment.