Skip to content

Commit b9d2724

Browse files
committed
Drop ESPHome from CI
1 parent 2441d47 commit b9d2724

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/projects.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ jobs:
1313
folder: "Marlin"
1414
config_dir: "Marlin"
1515
env_name: "mega2560"
16-
- esphome:
17-
repository: "esphome/esphome"
18-
folder: "esphome"
19-
config_dir: "esphome"
20-
env_name: "esp32-arduino"
2116
- smartknob:
2217
repository: "scottbez1/smartknob"
2318
folder: "smartknob"
@@ -34,9 +29,6 @@ jobs:
3429
config_dir: "OpenMQTTGateway"
3530
env_name: "esp32-m5atom-lite"
3631
os: [ubuntu-latest, windows-latest, macos-latest]
37-
exclude:
38-
- os: windows-latest
39-
project: {"esphome": "", "repository": "esphome/esphome", "folder": "esphome", "config_dir": "esphome", "env_name": "esp32-arduino"}
4032

4133
runs-on: ${{ matrix.os }}
4234
steps:
@@ -59,11 +51,6 @@ jobs:
5951
repository: ${{ matrix.project.repository }}
6052
path: ${{ matrix.project.folder }}
6153

62-
- name: Install ESPHome dependencies
63-
# Requires esptool package as it's used in a custom prescript
64-
if: ${{ contains(matrix.project.repository, 'esphome') }}
65-
run: pip install esptool==3.*
66-
6754
- name: Compile ${{ matrix.project.repository }}
6855
run: pio run -d ${{ matrix.project.config_dir }} -e ${{ matrix.project.env_name }}
6956

0 commit comments

Comments
 (0)