Skip to content

Commit

Permalink
Trying centos9 again with shipped pygobject
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
pedro-psb committed Jul 24, 2024
1 parent 4ef4d1f commit d56d8b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
- uses: "actions/setup-python@v5"
with:
python-version: "3.11"
- name: "Install OS packages"
run: |
sudo apt-get install -y libgirepository1.0-dev gir1.2-modulemd-2.0
- name: "Install python dependencies"
run: |
echo ::group::PYDEPS
pip install packaging twine wheel mkdocs jq "PyGObject<3.45"
echo ::endgroup::
- name: "Install OS packages"
run: |
sudo apt-get install -y libgirepository1.0-dev gir1.2-modulemd-2.0
- name: "Build package"
run: |
python3 setup.py sdist bdist_wheel --python-tag py3
Expand Down

0 comments on commit d56d8b5

Please sign in to comment.