mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-21 06:28:13 +01:00
test workflow
This commit is contained in:
parent
d20b0af71a
commit
daf9495722
2 changed files with 5 additions and 1 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -25,7 +25,10 @@ jobs:
|
|||
- name: Setup python environment
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.9'
|
||||
python-version: '3.11'
|
||||
|
||||
- name: Install packages
|
||||
run: sudo apt install -y libsystemd-dev
|
||||
|
||||
- name: Clean
|
||||
run: python setup.py clean --all
|
||||
|
|
|
@ -10,6 +10,7 @@ RUN apt-get update \
|
|||
&& apt-get upgrade -y
|
||||
RUN apt-get install --no-install-recommends -y \
|
||||
libatlas-base-dev \
|
||||
libsystemd-dev \
|
||||
libffi-dev \
|
||||
python3-pip \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
|
Loading…
Reference in a new issue