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 Nov 4, 2023
1 parent 34edb9d commit cfc2e4c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test_esptool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,14 @@ jobs:
python test/test_merge_bin.py
python test/test_modules.py
- name: Lint with flake8
run: python -m flake8

- name: Check the installed versions can run
run: |
esptool.py --help
espefuse.py --help
espsecure.py --help
- name: Build stub (Python 3.7 only)
if: matrix.python-version == 3.7
- name: Build stub (Python 3.8 only)
if: matrix.python-version == 3.8
run: |
export TOOLCHAIN_DIR=$HOME/toolchain
Expand Down

0 comments on commit cfc2e4c

Please sign in to comment.