Skip to content

Commit

Permalink
Update build_stubs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Nov 5, 2023
1 parent 06a9147 commit 91e3c06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_stubs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build esptool
name: Build stubs for esptool v3.x

on: [push, pull_request]

Expand All @@ -16,7 +16,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pyinstaller
pip install --user -e .
- name: Build stub
run: |
Expand Down

0 comments on commit 91e3c06

Please sign in to comment.