Skip to content

Commit

Permalink
Added missing -y for install in PyPi release step
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Engel <[email protected]>
  • Loading branch information
engelmi committed Apr 29, 2024
1 parent 8a5ca29 commit a8cbcb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

- name: Install dependencies
run: |
dnf install python3-gobject
dnf install python3-gobject -y
python3 -m ensurepip --default-pip
python3 -m pip install --upgrade pip setuptools wheel build
python3 -m pip install -r requirements.txt
Expand Down

0 comments on commit a8cbcb3

Please sign in to comment.