Skip to content

Commit

Permalink
Ubuntu CI bypassing confirmation prompt [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dbouget committed Sep 28, 2023
1 parent de03910 commit 6614196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r assets/requirements.txt
pip uninstall PySide6 PySide6-Addons PySide6-Essentials
pip uninstall -y PySide6 PySide6-Addons PySide6-Essentials
pip install --force-reinstall --no-cache-dir pyside6==6.2.4
- name: Build software
Expand Down

0 comments on commit 6614196

Please sign in to comment.