Skip to content

Commit

Permalink
rm platform if statements
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rc1e committed Jan 7, 2025
1 parent edd8bbe commit e7ac1b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ jobs:
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]
Expand All @@ -46,7 +44,6 @@ jobs:
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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
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]
Expand Down

0 comments on commit e7ac1b3

Please sign in to comment.