Skip to content

Commit

Permalink
Test import
Browse files Browse the repository at this point in the history
  • Loading branch information
tonypr committed Nov 3, 2023
1 parent a5ddf12 commit 38c0264
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
python -m pip install --upgrade pip
pip install -r all-requirements.txt
pip install -e catanatron_experimental
- name: Test dependency
run: |
python -c "import catanatron_experimental"
- name: Lint with black
run: |
black catanatron_core --check
Expand Down

0 comments on commit 38c0264

Please sign in to comment.