Skip to content

Commit

Permalink
use dot for current directory again
Browse files Browse the repository at this point in the history
  • Loading branch information
wipascal committed Dec 21, 2021
1 parent a50fe02 commit b9b56eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- name: Run isort --check-only .
run: isort --check-only --profile=black .
- name: Check types
run: mypy ${{ github.workspace }}
run: mypy .
- name: pytest
run: mypy ${{ github.workspace }}
run: pytest .

0 comments on commit b9b56eb

Please sign in to comment.