Skip to content

Commit

Permalink
fix: Fix GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DA-344 committed Nov 7, 2024
1 parent 4079ac8 commit 14d270b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '3.8', '3.x' ]
python-version: [ '3.9', '3.x' ]

name: check ${{ matrix.python-version }}
steps:
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
id: install-deps
run: |
python -m pip install --upgrade pip setuptools wheel black==24.10.0 requests
python -m pip install --upgrade pip setuptools wheel black==24.8.0 requests
pip install -U -r requirements.txt
- name: Setup node.js
Expand Down

0 comments on commit 14d270b

Please sign in to comment.