Skip to content

Commit

Permalink
Merge branch 'master' into fix-path-d2net
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe authored Feb 19, 2024
2 parents 5750499 + 34b689b commit 244a54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: '3.10'
cache: 'pip'
- run: python -m pip install --upgrade pip
- run: python -m pip install black flake8 isort
- run: python -m pip install black==23.12.1 flake8 isort
- run: python -m flake8 hloc
- run: python -m isort hloc *.ipynb --check-only --diff
- run: python -m black hloc *.ipynb --check --diff

0 comments on commit 244a54b

Please sign in to comment.