File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,19 +45,24 @@ jobs:
4545 # Use the modern option to disable the console.
4646 windows-console-mode : ' disable'
4747
48+ # --- COMPILE SCRIPT DIRECTORIES AS PACKAGES ---
49+ # This is the correct way to include all .py files from your instrument modules.
50+ include-package : |
51+ Delta_mode_Keithley_6221_2182A
52+ Keithley_2400
53+ Keithley_2400_Keithley_2182
54+ Keithley_6517B
55+ LCR_Keysight_E4980A
56+ Lakeshore_350_340
57+ Lock_in_amplifier
58+ Utilities
59+
4860 windows-icon-from-ico : _assets/LOGO/UGC_DAE_CSR.ico
4961
50- # These directories MUST exist in your GitHub repository and not be empty.
62+ # --- COPY NON-PYTHON ASSETS ---
63+ # These directories contain assets like images, manuals, etc.
5164 include-data-dir : |
5265 _assets=_assets/
53- Delta_mode_Keithley_6221_2182A=Delta_mode_Keithley_6221_2182A/
54- Keithley_2400=Keithley_2400/
55- Keithley_2400_Keithley_2182=Keithley_2400_Keithley_2182/
56- Keithley_6517B=Keithley_6517B/
57- LCR_Keysight_E4980A=LCR_Keysight_E4980A/
58- Lakeshore_350_340=Lakeshore_350_340/
59- Lock_in_amplifier=Lock_in_amplifier/
60- Utilities=Utilities/
6166 include-data-files : |
6267 LICENSE=LICENSE
6368 README.md=README.md
You can’t perform that action at this time.
0 commit comments