Skip to content

Commit

Permalink
Disable unimport in CI due to bug on 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ajyoon committed Jul 27, 2022
1 parent 967e355 commit a1054ed
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ jobs:
source .venv/bin/activate
pip install isort
isort .
- name: Check for unused imports with unimport
if: matrix.platform == 'ubuntu-latest'
run: |
source .venv/bin/activate
pip install unimport
unimport --check --exclude "neoscore/common.py|.venv"
# - name: Check for unused imports with unimport
# if: matrix.platform == 'ubuntu-latest'
# run: |
# source .venv/bin/activate
# pip install unimport
# unimport --check --exclude "neoscore/common.py|.venv"
- name: Build docs site
working-directory: doc
env:
Expand Down

0 comments on commit a1054ed

Please sign in to comment.