From 292c279d5561b88b4184c8922fc5a8370a07d492 Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Mon, 22 Apr 2024 17:39:16 +0200 Subject: [PATCH] revert --- .github/workflows/cicd.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index e2af923e..b363efa2 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -5,8 +5,6 @@ on: pull_request: branches: [main] -env: - LATEST_PY_VERSION: '3.9' jobs: test: @@ -29,7 +27,7 @@ jobs: cache-dependency-path: setup.py - name: Lint code - if: ${{ matrix.python-version == env.LATEST_PY_VERSION }} + if: ${{ matrix.python-version == 3.8 }} run: | python -m pip install pre-commit pre-commit run --all-files @@ -73,7 +71,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: ${{ env.LATEST_PY_VERSION }} + python-version: "3.10" cache: pip cache-dependency-path: setup.py @@ -105,7 +103,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: ${{ env.LATEST_PY_VERSION }} + python-version: "3.10" cache: pip cache-dependency-path: setup.py