Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Refine Linux requirements for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Jul 2, 2023
1 parent 9a20b4d commit 7a039b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install system dependencies
run: |
sudo apt-get install -y python3-dev python3-gi gir1.2-gtk-3.0 libgirepository1.0-dev pkg-config
run: sudo apt install -y pkg-config python3-dev libgirepository1.0-dev gir1.2-gtk-3.0

- name: Install Tox
run: |
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Upload Python Package

on:
release:
types: published
types:
- published

jobs:
deploy:
Expand All @@ -20,7 +21,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get install -y python3-dev python3-gi gir1.2-gtk-3.0 libgirepository1.0-dev pkg-config
sudo apt install -y pkg-config python3-dev libgirepository1.0-dev gir1.2-gtk-3.0
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools
python -m pip install tox
Expand Down
1 change: 1 addition & 0 deletions changes/93.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The ``python3-gi`` package was removed from the Linux system dependencies for running CI.

0 comments on commit 7a039b1

Please sign in to comment.