Skip to content

Commit

Permalink
BLD: only do python stylechecking if py vsn > 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fedarko committed Jun 22, 2023
1 parent b8dffdc commit ee99b8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
run: pip install -e .[dev]

- name: Install Black, also (no QIIME 2 to worry about conflicts with)
if: ${{ matrix.python-version }} > 3.6
run: pip install "black >= 23.0.0"

- name: Set up Node.js
Expand All @@ -47,6 +48,7 @@ jobs:
make jstest
- name: Lint and stylecheck (including using Black to check Python code)
if: ${{ matrix.python-version }} > 3.6
run: make stylecheck

# NOTE: For now, we only submit coverage reports from the QIIME 2 CI,
Expand Down

0 comments on commit ee99b8d

Please sign in to comment.