Skip to content

Commit

Permalink
Deactivate isort and black in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
siemdejong authored Mar 5, 2024
1 parent b2f4eb3 commit 8d8cad6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
python -m pip install --upgrade pip
python -m pip install pytest pytest-cov mypy coverage
python -m pip install -e .
- uses: isort/isort-action@master
- uses: psf/black@stable
# - uses: isort/isort-action@master
# - uses: psf/black@stable
- name: Test with pytest
run: pytest --cov=./ --cov-report=xml
- name: Test typing
Expand Down Expand Up @@ -81,4 +81,4 @@ jobs:
- name: Python Semantic Release
uses: python-semantic-release/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8d8cad6

Please sign in to comment.