This commit is contained in:
Daniel Girtler 2023-09-05 21:32:30 +10:00
parent d93bf84e59
commit bcf1eb3e36
8 changed files with 7 additions and 8 deletions

View File

@ -6,7 +6,7 @@ jobs:
container:
image: archlinux:latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: pacman --noconfirm -Syu bandit
- name: Security checkup with Bandit
run: bandit -r archinstall || exit 0

View File

@ -6,7 +6,7 @@ jobs:
container:
image: archlinux:latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: pacman --noconfirm -Syu python python-pip
- run: pip install --break-system-packages --upgrade pip
- run: pip install --break-system-packages flake8

View File

@ -26,7 +26,7 @@ jobs:
image: archlinux:latest
options: --privileged
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: pwd
- run: find .
- run: cat /etc/os-release

View File

@ -6,7 +6,7 @@ jobs:
container:
image: archlinux:latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: pacman --noconfirm -Syu python mypy python-pip
- run: pip install --break-system-packages --upgrade pip
- run: pip install --break-system-packages fastapi pydantic

View File

@ -7,7 +7,7 @@ jobs:
image: archlinux:latest
options: --privileged
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: pacman --noconfirm -Syu python python-pip qemu gcc
- run: python -m pip install --break-system-packages --upgrade pip
- run: pip install --break-system-packages pytest

View File

@ -19,7 +19,6 @@ jobs:
pacman --noconfirm -Sy python-pip python-pyparted python-simple-term-menu pkgconfig gcc
- name: Install build dependencies
run: |
python -m pip install --break-system-packages --upgrade pip
pip install --break-system-packages --upgrade build twine wheel setuptools installer
pip uninstall archinstall -y --break-system-packages
- name: Build archinstall

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:

View File

@ -12,7 +12,7 @@ jobs:
container:
image: archlinux:latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: pacman --noconfirm -Syu python
- run: cd archinstall/locales
- run: pwd