Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into deps/poetry-update
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Jan 14, 2024
2 parents 4f257d6 + ee42465 commit 32613d7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 32613d7

Please sign in to comment.