File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2020 echo PATH=$PATH >> $GITHUB_ENV
2121 - run : python3 -mpip install -r requirements.txt
2222 - run : git clone --depth=1 https://github.com/adafruit/Adafruit_Learning_System_Guides learn
23- - run : env LEARN_GUIDE_REPO=learn/ python3 create_requirement_images.py learn
23+ - run : env LEARN_GUIDE_REPO=learn/ python3 create_requirement_images.py
2424 - uses : actions/upload-artifact@v4
2525 with :
2626 name : images
Original file line number Diff line number Diff line change 55__pycache__
66latest_bundle_data.json
77latest_bundle_tag.json
8+ latest_community_bundle_data.json
9+ latest_community_bundle_tag.json
810generated_images
911
1012# Virtual environment-specific files
Original file line number Diff line number Diff line change @@ -393,7 +393,7 @@ def filter_custom_project_libs(project_file_set):
393393 which will in turn get included in the libraries list that the
394394 tool uses to generate the "main" lib folder in the screenshot.
395395 """
396- _custom_libs = None
396+ _custom_libs = tuple ()
397397 remove_files = []
398398 for file in project_file_set :
399399 if not isinstance (file , tuple ):
You can’t perform that action at this time.
0 commit comments