From 809d6c860d05d8c92d951940df319286e4be48bc Mon Sep 17 00:00:00 2001 From: asyms Date: Fri, 22 Sep 2023 16:26:00 +0200 Subject: [PATCH] fix python-test indentation --- .github/workflows/python-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index 9cc3e5d9..99c700ae 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -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 @@ -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