Skip to content

Commit

Permalink
requirements: upgrade PySide6 (bug 1855256)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeid committed Sep 26, 2023
1 parent 3193ec6 commit 3af8bc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ jobs:
git pull --rebase
find temp-requirements -name "requirements-*" -type f -exec mv -f -t requirements {} +
git add -A
git commit -m "Automatically generated requirements"
until git commit -m "Automatically generated requirements"; do git pull --rebase; done
until git push -f https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git; do git pull --rebase; done
2 changes: 1 addition & 1 deletion requirements/gui.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PySide6==6.5.1.1
PySide6==6.*

0 comments on commit 3af8bc9

Please sign in to comment.