Skip to content

Commit

Permalink
ci: install cairo on ubuntu latest
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rc1e committed Jan 7, 2025
1 parent 462de4f commit edd8bbe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install Cairo (Ubuntu)
if: matrix.platform == 'ubuntu-latest'
run: sudo apt-get install libcairo2-dev

# Check to_sandbox.txt and to_production.txt do not contain typos
- name: Install gftools
Expand All @@ -42,6 +45,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install Cairo (Ubuntu)
if: matrix.platform == 'ubuntu-latest'
run: sudo apt-get install libcairo2-dev

# Check Knowledge link graph
- name: Install dependencies
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install Cairo (Ubuntu)
if: matrix.platform == 'ubuntu-latest'
run: sudo apt-get install libcairo2-dev
- name: Install dependencies
run: pip install gftools[qa]
- name: Generate report
Expand Down

0 comments on commit edd8bbe

Please sign in to comment.