Skip to content

Commit

Permalink
To use environment variable change to install with pip.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey-Vervoort-KNMI committed Sep 22, 2023
1 parent e040c19 commit 44bf328
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ jobs:
python-version: '3.11'
architecture: x64

- name: Install Black
run: pip install black

- name: Lint Python with Black
uses: psf/black@stable
with:
options: "--check --verbose --line-length=$LINE_LENGTH"
run: black . --check --line-length=${LINE_LENGTH}

python-lint-flake8:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 44bf328

Please sign in to comment.