Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Snoopy1866 committed Sep 11, 2024
1 parent b0ffc01 commit a9a6fb1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
- name: Find Black
run: |
echo "Black executable path:"
which black
echo "black version:"
black --version
lint:
runs-on: ubuntu-latest
Expand All @@ -58,6 +64,12 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
- name: Find Black
run: |
echo "Black executable path:"
which black
echo "black version:"
black --version
- name: Run Linter
run: |
black src
Expand All @@ -66,6 +78,12 @@ jobs:
runs-on: ubuntu-latest
needs: setup
steps:
- name: Find Black
run: |
echo "Black executable path:"
which black
echo "black version:"
black --version
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit a9a6fb1

Please sign in to comment.