From 9cabc981b25108240dfd4b411376ee7e781e6f7f Mon Sep 17 00:00:00 2001 From: correctmost <134317971+correctmost@users.noreply.github.com> Date: Mon, 25 Nov 2024 02:26:09 -0500 Subject: [PATCH] Remove python-simple-term-menu installations from CI workflows (#2932) The dependency is no longer needed as of 0f2e0095. --- .github/workflows/flake8.yaml | 2 +- .github/workflows/github-pages.yml | 2 +- .github/workflows/mypy.yaml | 2 +- .github/workflows/pylint.yaml | 2 +- .github/workflows/python-build.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/flake8.yaml b/.github/workflows/flake8.yaml index 0227833b..ddfac740 100644 --- a/.github/workflows/flake8.yaml +++ b/.github/workflows/flake8.yaml @@ -12,7 +12,7 @@ jobs: pacman-key --init pacman --noconfirm -Sy archlinux-keyring 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 # this will install the exact version of flake8 that is in the pyproject.toml file - name: Install archinstall dependencies diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 5a48dda1..a656ef34 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/setup-python@v5 - name: Install pre-dependencies 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 run: | sphinx-build docs _build diff --git a/.github/workflows/mypy.yaml b/.github/workflows/mypy.yaml index 8b79d1de..fc2bec97 100644 --- a/.github/workflows/mypy.yaml +++ b/.github/workflows/mypy.yaml @@ -12,7 +12,7 @@ jobs: pacman-key --init pacman --noconfirm -Sy archlinux-keyring 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 # this will install the exact version of mypy that is in the pyproject.toml file - name: Install archinstall dependencies diff --git a/.github/workflows/pylint.yaml b/.github/workflows/pylint.yaml index 23dfa013..99178aa6 100644 --- a/.github/workflows/pylint.yaml +++ b/.github/workflows/pylint.yaml @@ -12,7 +12,7 @@ jobs: pacman-key --init pacman --noconfirm -Sy archlinux-keyring 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 - name: Install Pylint and Pylint plug-ins run: pip install --break-system-packages .[dev] diff --git a/.github/workflows/python-build.yml b/.github/workflows/python-build.yml index 59099614..15cb0074 100644 --- a/.github/workflows/python-build.yml +++ b/.github/workflows/python-build.yml @@ -17,7 +17,7 @@ jobs: pacman-key --init pacman --noconfirm -Sy archlinux-keyring 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 run: | python -m pip install --break-system-packages --upgrade pip