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
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
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