Merge remote-tracking branch 'origin/main' into deps/poetry-update

This commit is contained in:
GitHub Actions 2024-01-14 20:22:07 +00:00
commit 32613d7c2b

View file

@ -15,8 +15,10 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install system dependencies
run: sudo apt-get install -y libkrb5-dev
- name: Install OS packages
run: |
sudo apt-get -y update
sudo apt-get install -y libkrb5-dev
- name: Install Tox
run: pip install tox
- name: Run Tox