Skip to content

Commit 2877cd0

Browse files
Update - compile-config
1 parent 5760158 commit 2877cd0

File tree

2 files changed

+93
-31
lines changed

2 files changed

+93
-31
lines changed

.github/workflows/compile-configs.yml

Lines changed: 51 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,12 @@ jobs:
4141
python-version: '3.13'
4242
check-latest: true
4343
cache: 'pip'
44+
cache-dependency-path: '~/.cache/pip/requirements.txt'
45+
- run: python my_script.py
4446
- name: Install PlatformIO
4547
run: |
4648
python3 -m pip install --upgrade pip wheel platformio
47-
python3 -m pip install --upgrade -r requirements.txt
49+
python3 -m pip install --upgrade -r ~/.cache/pip/requirements.txt
4850
- name: Run PlatformIO
4951
id: build_configs
5052
run: |
@@ -125,10 +127,12 @@ jobs:
125127
python-version: '3.13'
126128
check-latest: true
127129
cache: 'pip'
130+
cache-dependency-path: '~/.cache/pip/requirements.txt'
131+
- run: python my_script.py
128132
- name: Install PlatformIO
129133
run: |
130134
python3 -m pip install --upgrade pip wheel platformio
131-
python3 -m pip install --upgrade -r requirements.txt
135+
python3 -m pip install --upgrade -r ~/.cache/pip/requirements.txt
132136
- name: Run PlatformIO
133137
id: build_configs
134138
run: |
@@ -211,10 +215,12 @@ jobs:
211215
python-version: '3.13'
212216
check-latest: true
213217
cache: 'pip'
218+
cache-dependency-path: '~/.cache/pip/requirements.txt'
219+
- run: python my_script.py
214220
- name: Install PlatformIO
215221
run: |
216222
python3 -m pip install --upgrade pip wheel platformio
217-
python3 -m pip install --upgrade -r requirements.txt
223+
python3 -m pip install --upgrade -r ~/.cache/pip/requirements.txt
218224
- name: Run PlatformIO
219225
id: build_configs
220226
run: |
@@ -315,10 +321,12 @@ jobs:
315321
python-version: '3.13'
316322
check-latest: true
317323
cache: 'pip'
324+
cache-dependency-path: '~/.cache/pip/requirements.txt'
325+
- run: python my_script.py
318326
- name: Install PlatformIO
319327
run: |
320328
python3 -m pip install --upgrade pip wheel platformio
321-
python3 -m pip install --upgrade -r requirements.txt
329+
python3 -m pip install --upgrade -r ~/.cache/pip/requirements.txt
322330
- name: Run PlatformIO
323331
id: build_configs
324332
run: |
@@ -415,10 +423,12 @@ jobs:
415423
python-version: '3.13'
416424
check-latest: true
417425
cache: 'pip'
426+
cache-dependency-path: '~/.cache/pip/requirements.txt'
427+
- run: python my_script.py
418428
- name: Install PlatformIO
419429
run: |
420430
python3 -m pip install --upgrade pip wheel platformio
421-
python3 -m pip install --upgrade -r requirements.txt
431+
python3 -m pip install --upgrade -r ~/.cache/pip/requirements.txt
422432
- name: Run PlatformIO
423433
id: build_configs
424434
run: |
@@ -510,10 +520,12 @@ jobs:
510520
python-version: '3.13'
511521
check-latest: true
512522
cache: 'pip'
523+
cache-dependency-path: '~/.cache/pip/requirements.txt'
524+
- run: python my_script.py
513525
- name: Install PlatformIO
514526
run: |
515527
python3 -m pip install --upgrade pip wheel platformio
516-
python3 -m pip install --upgrade -r requirements.txt
528+
python3 -m pip install --upgrade -r ~/.cache/pip/requirements.txt
517529
- name: Run PlatformIO
518530
id: build_configs
519531
run: |
@@ -603,10 +615,12 @@ jobs:
603615
python-version: '3.13'
604616
check-latest: true
605617
cache: 'pip'
618+
cache-dependency-path: '~/.cache/pip/requirements.txt'
619+
- run: python my_script.py
606620
- name: Install PlatformIO
607621
run: |
608622
python3 -m pip install --upgrade pip wheel platformio
609-
python3 -m pip install --upgrade -r requirements.txt
623+
python3 -m pip install --upgrade -r ~/.cache/pip/requirements.txt
610624
- name: Run PlatformIO
611625
id: build_configs
612626
run: |
@@ -702,10 +716,12 @@ jobs:
702716
python-version: '3.13'
703717
check-latest: true
704718
cache: 'pip'
719+
cache-dependency-path: '~/.cache/pip/requirements.txt'
720+
- run: python my_script.py
705721
- name: Install PlatformIO
706722
run: |
707723
python3 -m pip install --upgrade pip wheel platformio
708-
python3 -m pip install --upgrade -r requirements.txt
724+
python3 -m pip install --upgrade -r ~/.cache/pip/requirements.txt
709725
- name: Run PlatformIO
710726
id: build_configs
711727
run: |
@@ -800,10 +816,12 @@ jobs:
800816
python-version: '3.13'
801817
check-latest: true
802818
cache: 'pip'
819+
cache-dependency-path: '~/.cache/pip/requirements.txt'
820+
- run: python my_script.py
803821
- name: Install PlatformIO
804822
run: |
805823
python3 -m pip install --upgrade pip wheel platformio
806-
python3 -m pip install --upgrade -r requirements.txt
824+
python3 -m pip install --upgrade -r ~/.cache/pip/requirements.txt
807825
- name: Run PlatformIO
808826
id: build_configs
809827
run: |
@@ -890,10 +908,12 @@ jobs:
890908
python-version: '3.13'
891909
check-latest: true
892910
cache: 'pip'
911+
cache-dependency-path: '~/.cache/pip/requirements.txt'
912+
- run: python my_script.py
893913
- name: Install PlatformIO
894914
run: |
895915
python3 -m pip install --upgrade pip wheel platformio
896-
python3 -m pip install --upgrade -r requirements.txt
916+
python3 -m pip install --upgrade -r ~/.cache/pip/requirements.txt
897917
- name: Run PlatformIO
898918
id: build_configs
899919
run: |
@@ -975,10 +995,12 @@ jobs:
975995
python-version: '3.13'
976996
check-latest: true
977997
cache: 'pip'
998+
cache-dependency-path: '~/.cache/pip/requirements.txt'
999+
- run: python my_script.py
9781000
- name: Install PlatformIO
9791001
run: |
9801002
python3 -m pip install --upgrade pip wheel platformio
981-
python3 -m pip install --upgrade -r requirements.txt
1003+
python3 -m pip install --upgrade -r ~/.cache/pip/requirements.txt
9821004
- name: Run PlatformIO
9831005
id: build_configs
9841006
run: |
@@ -1062,10 +1084,12 @@ jobs:
10621084
python-version: '3.13'
10631085
check-latest: true
10641086
cache: 'pip'
1087+
cache-dependency-path: '~/.cache/pip/requirements.txt'
1088+
- run: python my_script.py
10651089
- name: Install PlatformIO
10661090
run: |
10671091
python3 -m pip install --upgrade pip wheel platformio
1068-
python3 -m pip install --upgrade -r requirements.txt
1092+
python3 -m pip install --upgrade -r ~/.cache/pip/requirements.txt
10691093
- name: Run PlatformIO
10701094
id: build_configs
10711095
run: |
@@ -1162,10 +1186,12 @@ jobs:
11621186
python-version: '3.13'
11631187
check-latest: true
11641188
cache: 'pip'
1189+
cache-dependency-path: '~/.cache/pip/requirements.txt'
1190+
- run: python my_script.py
11651191
- name: Install PlatformIO
11661192
run: |
11671193
python3 -m pip install --upgrade pip wheel platformio
1168-
python3 -m pip install --upgrade -r requirements.txt
1194+
python3 -m pip install --upgrade -r ~/.cache/pip/requirements.txt
11691195
- name: Run PlatformIO
11701196
id: build_configs
11711197
run: |
@@ -1258,10 +1284,12 @@ jobs:
12581284
python-version: '3.13'
12591285
check-latest: true
12601286
cache: 'pip'
1287+
cache-dependency-path: '~/.cache/pip/requirements.txt'
1288+
- run: python my_script.py
12611289
- name: Install PlatformIO
12621290
run: |
12631291
python3 -m pip install --upgrade pip wheel platformio
1264-
python3 -m pip install --upgrade -r requirements.txt
1292+
python3 -m pip install --upgrade -r ~/.cache/pip/requirements.txt
12651293
- name: Run PlatformIO
12661294
id: build_configs
12671295
run: |
@@ -1350,10 +1378,12 @@ jobs:
13501378
python-version: '3.13'
13511379
check-latest: true
13521380
cache: 'pip'
1381+
cache-dependency-path: '~/.cache/pip/requirements.txt'
1382+
- run: python my_script.py
13531383
- name: Install PlatformIO
13541384
run: |
13551385
python3 -m pip install --upgrade pip wheel platformio
1356-
python3 -m pip install --upgrade -r requirements.txt
1386+
python3 -m pip install --upgrade -r ~/.cache/pip/requirements.txt
13571387
- name: Run PlatformIO
13581388
id: build_configs
13591389
run: |
@@ -1430,10 +1460,12 @@ jobs:
14301460
python-version: '3.13'
14311461
check-latest: true
14321462
cache: 'pip'
1463+
cache-dependency-path: '~/.cache/pip/requirements.txt'
1464+
- run: python my_script.py
14331465
- name: Install PlatformIO
14341466
run: |
14351467
python3 -m pip install --upgrade pip wheel platformio
1436-
python3 -m pip install --upgrade -r requirements.txt
1468+
python3 -m pip install --upgrade -r ~/.cache/pip/requirements.txt
14371469
- name: Run PlatformIO
14381470
id: build_configs
14391471
run: |
@@ -1532,10 +1564,12 @@ jobs:
15321564
python-version: '3.13'
15331565
check-latest: true
15341566
cache: 'pip'
1567+
cache-dependency-path: '~/.cache/pip/requirements.txt'
1568+
- run: python my_script.py
15351569
- name: Install PlatformIO
15361570
run: |
15371571
python3 -m pip install --upgrade pip wheel platformio
1538-
python3 -m pip install --upgrade -r requirements.txt
1572+
python3 -m pip install --upgrade -r ~/.cache/pip/requirements.txt
15391573
- name: Run PlatformIO
15401574
id: build_configs
15411575
run: |

0 commit comments

Comments
 (0)