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
run: pip install gftools[qa]
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
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]