Skip to content

Commit

Permalink
fix documentation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eloiferrer committed Jan 16, 2025
1 parent 108913e commit afa6b70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libmariadb-dev
- name: Install setuptools
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit afa6b70

Please sign in to comment.