Skip to content

Commit e4b3e25

Browse files
committed
Remove python-related workaround for LUS from CI
1 parent 118f7db commit e4b3e25

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/switch.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ jobs:
1616
- name: Install dependencies
1717
run: |
1818
sudo apt-get update
19-
sudo apt-get install -y ninja-build python3-venv python3-pip
19+
sudo apt-get install -y ninja-build
2020
sudo apt-get remove -y cmake
2121
sudo dkp-pacman -R --noconfirm switch-tinyxml2 # devkitPro's tinyxml2 is too old and causes build issues
22-
pip install --break-system-packages cryptography # libultraship
2322
export CFLAGS="${CFLAGS} -include strings.h" # weird libzip error (pulled in by LUS) that only happens in CI and not for SoH
2423
git -C libultraship remote add nx https://github.com/Net64DD/libultraship.git
2524
git -C libultraship fetch nx

0 commit comments

Comments
 (0)