Skip to content

Commit

Permalink
Merge branch '2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Jul 4, 2024
2 parents f79aa8e + dbbd4b0 commit b70ef35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- windows-2019
- macos-13
- macos-12
- macos-11

preset:
- name: ci-release-static-qt5
Expand Down Expand Up @@ -78,7 +77,7 @@ jobs:
#with:
#ref: '2.0' # schedule.cron do not allow branch setting

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
cache: 'pip'
cache-dependency-path: '.github/workflows/pip-requirements.txt'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]

0 comments on commit b70ef35

Please sign in to comment.