Skip to content

Commit 04a90af

Browse files
committed
Refactor genicons.yaml - add trailing newline and remove install dependencies from job lint
1 parent ef71640 commit 04a90af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/genicons.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ jobs:
2424
uses: actions/setup-python@v1
2525
with:
2626
python-version: 3.7
27-
- name: Install dependencies
27+
- name: Install pip
2828
run: |
29-
sudo apt-get install gir1.2-pango-1.0 python3-gi-cairo
3029
python -m pip install --upgrade pip
3130
- name: Testing with flake8
3231
run: |
@@ -49,4 +48,5 @@ jobs:
4948
sudo mkdir -p ~/.fonts
5049
sudo ln -sf ${PWD}/www/cc-icons.ttf ~/.fonts/
5150
- name: Run genicons.py
52-
run: python3 scripts/genicons.py
51+
run: python3 scripts/genicons.py
52+

0 commit comments

Comments
 (0)