Skip to content

Commit

Permalink
[Tests][Fixed] KiDiff dependency
Browse files Browse the repository at this point in the history
- We no longer need the kiri_mode branch
- It forces to get 2.5.3, which could fail on concurrent downloads
  • Loading branch information
set-soft committed Jan 16, 2024
1 parent 0c38aa2 commit 2c47875
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ jobs:
#which pcbnew_do
#pcbnew_do --version
# KiDiff tests
curl https://codeload.github.com/INTI-CMNB/KiDiff/zip/refs/heads/kiri_mode --output pp.zip
unzip pp.zip
prefix=/usr make -C KiDiff-kiri_mode install
rm -rf KiDiff-kiri_mode/ pp.zip
kicad-diff.py --version
#curl https://codeload.github.com/INTI-CMNB/KiDiff/zip/refs/heads/kiri_mode --output pp.zip
#unzip pp.zip
#prefix=/usr make -C KiDiff-kiri_mode install
#rm -rf KiDiff-kiri_mode/ pp.zip
#kicad-diff.py --version
##### End Experimental stuff
# Ensure we start a fresh coverage meassurement
python3-coverage erase
Expand Down

0 comments on commit 2c47875

Please sign in to comment.