File tree Expand file tree Collapse file tree 5 files changed +4
-6
lines changed
Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1212 pacman-key --init
1313 pacman --noconfirm -Sy archlinux-keyring
1414 pacman --noconfirm -Syyu
15- pacman --noconfirm -Sy python-pip python-pyparted pkgconfig gcc
15+ pacman --noconfirm -Sy python-pip gcc
1616 - run : pip install --break-system-packages --upgrade pip
1717 # this will install the exact version of flake8 that is in the pyproject.toml file
1818 - name : Install archinstall dependencies
Original file line number Diff line number Diff line change 1212 pacman-key --init
1313 pacman --noconfirm -Sy archlinux-keyring
1414 pacman --noconfirm -Syyu
15- pacman --noconfirm -Sy python-pip python-pyparted pkgconfig gcc
15+ pacman --noconfirm -Sy python-pip gcc
1616 - run : pip install --break-system-packages --upgrade pip
1717 # this will install the exact version of mypy that is in the pyproject.toml file
1818 - name : Install archinstall dependencies
Original file line number Diff line number Diff line change 1212 pacman-key --init
1313 pacman --noconfirm -Sy archlinux-keyring
1414 pacman --noconfirm -Syyu
15- pacman --noconfirm -Sy python-pip python-pyparted pkgconfig gcc
15+ pacman --noconfirm -Sy python-pip gcc
1616 - run : pip install --break-system-packages --upgrade pip
1717 - name : Install Pylint and Pylint plug-ins
1818 run : pip install --break-system-packages .[dev]
Original file line number Diff line number Diff line change 1313 pacman-key --init
1414 pacman --noconfirm -Sy archlinux-keyring
1515 pacman --noconfirm -Syyu
16- pacman --noconfirm -Sy python-pip python-pyparted pkgconfig gcc
16+ pacman --noconfirm -Sy python-pip gcc
1717 - run : pip install --break-system-packages --upgrade pip
1818 - name : Install archinstall dependencies
1919 run : pip install --break-system-packages .[dev]
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ name: ruff check formatting
33jobs :
44 ruff_format_check :
55 runs-on : ubuntu-latest
6- container :
7- image : archlinux/archlinux:latest
86 steps :
97 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
108 - uses : astral-sh/ruff-action@eaf0ecdd668ceea36159ff9d91882c9795d89b49 # v3.4.0
You can’t perform that action at this time.
0 commit comments