Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
patacca committed Oct 12, 2023
1 parent d293aca commit d2d1f7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
apt-get update
DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install -y \
make libmagic1 gcc g++ libpython3.10-dev
make libmagic1
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -67,7 +67,6 @@ jobs:
- name: "Install Python dependencies"
run: |
python -m pip install -r requirements.txt
python -m pip install ./qbindiff/
python -m pip install enum-tools[sphinx]
python -m pip install docutils==0.20.1
Expand Down

0 comments on commit d2d1f7e

Please sign in to comment.