Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
avollkopf committed May 2, 2024
1 parent d20b0af commit daf9495
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit daf9495

Please sign in to comment.