Skip to content

Commit

Permalink
enabling black on notebooks in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tvercaut committed Sep 27, 2024
1 parent a64cd0d commit eabbdaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install torch==${{ matrix.torch-version }}
python -m pip install flake8 black
python -m pip install flake8 black[jupyter]
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
- name: numpy downgrade
if: startsWith(matrix.torch-version, '1.13.1')
Expand Down

0 comments on commit eabbdaf

Please sign in to comment.