Skip to content

Commit 105dd7e

Browse files
committed
debug: Add version checks to identify CI environment difference.
1 parent 047fe28 commit 105dd7e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
run: |
2727
python -m pip install --upgrade pip
2828
pip install -r requirements.txt
29+
python -m black --version
30+
python -m isort --version
2931
- name: Run tests and linting
3032
run: |
3133
black --check githubauthlib tests

0 commit comments

Comments
 (0)