Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sainquake committed May 25, 2023
1 parent d9604eb commit 2346892
Show file tree
Hide file tree
Showing 6 changed files with 328 additions and 24 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
run: |
cd repo && python pcb-versions/test-wrong-MP.py
- name: Check that all BOM components contains in 'pick and place' (test-BOM-PNP.py)
run: |
cd repo && pip install pandas && python pcb-versions/test-BOM-PNP.py
- name: All other tests that can be added in future
run: |
cd repo && pip install steputils && python pcb-versions/test-other.py
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ History/
Project Logs for */
*.PrjPcbStructure
*.rar
*.zip
*.jpg
__Previews/
Status Report.Txt
Expand Down
Loading

0 comments on commit 2346892

Please sign in to comment.