fix ci config
Some checks reported warnings
CI / Check CI (pull_request) Has been cancelled

This commit is contained in:
radex 2024-07-08 14:46:20 +02:00
parent e400cb0ea3
commit fd6831c6a1
Signed by: radex
SSH key fingerprint: SHA256:hvqRXAGG1h89yqnS+cyFTLKQbzjWD4uXIqw7Y+0ws30

View file

@ -11,8 +11,15 @@ jobs:
name: Check CI
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install apt dependencies
run: |
set -ex
sudo apt update
sudo apt install -y libkrb5-dev libsasl2-dev libldap2-dev
- uses: actions/setup-python@v4
with:
python-version-file: '.python-version'
- run: poetry install --with dev
- run: |
pip install poetry==1.5.1
poetry install --with dev
- run: ./ci.sh