Skip to content

Commit

Permalink
Merge pull request #66969 from dwoz/merge/3007.x/3006.x
Browse files Browse the repository at this point in the history
[3007.x] Merge forward 3006.x into 3007.x
  • Loading branch information
dwoz authored Oct 17, 2024
2 parents 23b2f65 + 9b157d7 commit ef2fb24
Show file tree
Hide file tree
Showing 30 changed files with 884 additions and 1,006 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-deps-ci-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ jobs:
env:
PIP_INDEX_URL: https://pypi.org/simple
steps:

- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: "Throttle Builds"
shell: bash
run: |
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'

- name: Download Release Patch
if: ${{ startsWith(github.event.ref, 'refs/tags') == false }}
Expand Down
159 changes: 81 additions & 78 deletions .github/workflows/ci.yml

Large diffs are not rendered by default.

Loading

0 comments on commit ef2fb24

Please sign in to comment.