Skip to content

Commit

Permalink
fix python-test indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
asyms committed Sep 22, 2023
1 parent ae77e72 commit 809d6c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.10"]

steps:
- uses: actions/checkout@v4
Expand All @@ -22,7 +22,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install ruff
pip install -r requirements.txt
pip install -r requirements.txt
- name: Lint with ruff
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 809d6c8

Please sign in to comment.