Skip to content

Commit

Permalink
Update test_esptool.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Sep 18, 2024
1 parent d34e12a commit d6d1760
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/test_esptool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12']

steps:
- name: Checkout ref commit
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install 'setuptools>=64'
pip install setuptools
- name: SoftHSM2 setup
run: |
Expand Down Expand Up @@ -51,7 +51,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@master

- name: Set up Python 3.12
uses: actions/setup-python@master
with:
Expand All @@ -67,13 +66,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@master

- name: Set up Python 3.7
- name: Set up Python 3.9
uses: actions/setup-python@master
with:
python-version: 3.7

- name: Run pre-commit hooks
python-version: '3.9'
- name: Lint and format with ruff
run: |
pip install --extra-index-url https://dl.espressif.com/pypi -e .[dev]
pre-commit run --all-files
python -m ruff check
python -m ruff format

0 comments on commit d6d1760

Please sign in to comment.