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 Dec 4, 2023
1 parent 397ca22 commit 2544de6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_esptool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
pytest -m host_test
pytest test/test_espsecure_hsm.py
- 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 2544de6

Please sign in to comment.