Remove python-simple-term-menu installations from CI workflows (#2932)
The dependency is no longer needed as of 0f2e0095.
This commit is contained in:
parent
d89ae04e0e
commit
9cabc981b2
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
pacman-key --init
|
pacman-key --init
|
||||||
pacman --noconfirm -Sy archlinux-keyring
|
pacman --noconfirm -Sy archlinux-keyring
|
||||||
pacman --noconfirm -Syyu
|
pacman --noconfirm -Syyu
|
||||||
pacman --noconfirm -Sy python-pip python-pyparted python-simple-term-menu pkgconfig gcc
|
pacman --noconfirm -Sy python-pip python-pyparted pkgconfig gcc
|
||||||
- run: pip install --break-system-packages --upgrade pip
|
- run: pip install --break-system-packages --upgrade pip
|
||||||
# this will install the exact version of flake8 that is in the pyproject.toml file
|
# this will install the exact version of flake8 that is in the pyproject.toml file
|
||||||
- name: Install archinstall dependencies
|
- name: Install archinstall dependencies
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
- name: Install pre-dependencies
|
- name: Install pre-dependencies
|
||||||
run: |
|
run: |
|
||||||
pacman -Sy --noconfirm tree git python-pyparted python-simple-term-menu python-setuptools python-sphinx python-sphinx_rtd_theme python-build python-installer python-wheel
|
pacman -Sy --noconfirm tree git python-pyparted python-setuptools python-sphinx python-sphinx_rtd_theme python-build python-installer python-wheel
|
||||||
- name: Sphinx build
|
- name: Sphinx build
|
||||||
run: |
|
run: |
|
||||||
sphinx-build docs _build
|
sphinx-build docs _build
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
pacman-key --init
|
pacman-key --init
|
||||||
pacman --noconfirm -Sy archlinux-keyring
|
pacman --noconfirm -Sy archlinux-keyring
|
||||||
pacman --noconfirm -Syyu
|
pacman --noconfirm -Syyu
|
||||||
pacman --noconfirm -Sy python-pip python-pyparted python-simple-term-menu pkgconfig gcc
|
pacman --noconfirm -Sy python-pip python-pyparted pkgconfig gcc
|
||||||
- run: pip install --break-system-packages --upgrade pip
|
- run: pip install --break-system-packages --upgrade pip
|
||||||
# this will install the exact version of mypy that is in the pyproject.toml file
|
# this will install the exact version of mypy that is in the pyproject.toml file
|
||||||
- name: Install archinstall dependencies
|
- name: Install archinstall dependencies
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
pacman-key --init
|
pacman-key --init
|
||||||
pacman --noconfirm -Sy archlinux-keyring
|
pacman --noconfirm -Sy archlinux-keyring
|
||||||
pacman --noconfirm -Syyu
|
pacman --noconfirm -Syyu
|
||||||
pacman --noconfirm -Sy python-pip python-pyparted python-simple-term-menu pkgconfig gcc
|
pacman --noconfirm -Sy python-pip python-pyparted pkgconfig gcc
|
||||||
- run: pip install --break-system-packages --upgrade pip
|
- run: pip install --break-system-packages --upgrade pip
|
||||||
- name: Install Pylint and Pylint plug-ins
|
- name: Install Pylint and Pylint plug-ins
|
||||||
run: pip install --break-system-packages .[dev]
|
run: pip install --break-system-packages .[dev]
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
pacman-key --init
|
pacman-key --init
|
||||||
pacman --noconfirm -Sy archlinux-keyring
|
pacman --noconfirm -Sy archlinux-keyring
|
||||||
pacman --noconfirm -Syyu
|
pacman --noconfirm -Syyu
|
||||||
pacman --noconfirm -Sy python-pip python-pydantic python-pyparted python-simple-term-menu pkgconfig gcc
|
pacman --noconfirm -Sy python-pip python-pydantic python-pyparted pkgconfig gcc
|
||||||
- name: Install build dependencies
|
- name: Install build dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --break-system-packages --upgrade pip
|
python -m pip install --break-system-packages --upgrade pip
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue