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