Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Apr 22, 2024
1 parent 410421f commit 292c279
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
pull_request:
branches: [main]

env:
LATEST_PY_VERSION: '3.9'

jobs:
test:
Expand All @@ -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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 292c279

Please sign in to comment.