Skip to content

Commit

Permalink
Add package import test
Browse files Browse the repository at this point in the history
  • Loading branch information
smcolby committed Dec 18, 2024
1 parent fe11a63 commit cf34f6d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ jobs:
- name: Install ISiCLE
run: pip install --no-deps .

# - name: Test environment
# run: |
# pytest
- name: Test environment
run: |
python -c "import isicle"
# pytest
Test_Mac:
needs:
Expand Down Expand Up @@ -79,8 +80,7 @@ jobs:
run: |
python -c "import isicle"
# pytest
Deploy:
needs:
- Test_Linux
Expand Down

0 comments on commit cf34f6d

Please sign in to comment.