Skip to content

Commit

Permalink
Update .github/workflows/build.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Grant Gainey <[email protected]>
  • Loading branch information
pedro-psb and ggainey authored Jul 24, 2024
1 parent 3b93330 commit 4ef4d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: "Install python dependencies"
run: |
echo ::group::PYDEPS
pip install packaging twine wheel mkdocs jq PyGObject<3.45
pip install packaging twine wheel mkdocs jq "PyGObject<3.45"
echo ::endgroup::
- name: "Install OS packages"
run: |
Expand Down

0 comments on commit 4ef4d1f

Please sign in to comment.