Skip to content

Commit

Permalink
Update to 1.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wwakabobik committed Jan 17, 2024
1 parent 73278d5 commit edb0dff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -25,6 +25,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libkrb5-dev
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pylint reorder-python-imports
Expand Down

0 comments on commit edb0dff

Please sign in to comment.