Skip to content

Commit

Permalink
Add diff to black test
Browse files Browse the repository at this point in the history
  • Loading branch information
kad-korpem committed Dec 4, 2024
1 parent fae499a commit acfbdc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if [ "${{ matrix.os }}" = "ubuntu-20.04" ]
then
echo adding ubuntugis unstable
sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable
sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable
else
echo adding ubuntugis stable
sudo apt-add-repository ppa:ubuntugis/ppa
Expand Down Expand Up @@ -70,4 +70,4 @@ jobs:
pytest -vv
- name: Test with black
run: |
black --check .
black --check --diff .

0 comments on commit acfbdc6

Please sign in to comment.