Skip to content

Commit

Permalink
check-docs uses python too
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Jan 7, 2025
1 parent 467baaf commit 4a578a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
run: sudo apt-get install -y libsystemd-dev
- name: Install librpm-dev
run: sudo apt-get install -y librpm-dev
#  when using ubuntu-latest, python 3.10 is not the default version.
- name: Fix Code is not compatible with Python 3.12
uses: actions/setup-python@v4
with:
python-version: 3.10
- name: Run check
run: |
make check

0 comments on commit 4a578a0

Please sign in to comment.