Skip to content

Commit

Permalink
Fix black in release yaml (#431)
Browse files Browse the repository at this point in the history
Removing black in release.yml as black check is already done in
build.yml

(cherry picked from commit 3ae074b219186e90fa9ee0104dd11ddc5a527bd1)
  • Loading branch information
dwivediprab committed Apr 26, 2024
1 parent c5e7960 commit ff02206
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: black
uses: psf/black@stable # Black
with:
version: "22.6.0"
options: "--check --extend-exclude tests/escript/scripts/"
python-version: 3.7
- name: Setup env
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit ff02206

Please sign in to comment.