Skip to content

Commit

Permalink
Rollback to python versions, 3.12 causes doc/lint failures
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavsingh committed Aug 12, 2024
1 parent dafd582 commit c3b56c4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ jobs:
container-version: v${{ steps.container.outputs.version }}
container-platforms: ${{ steps.container.outputs.platforms }}
steps:
- name: Switch to using Python 3.12 by default
- name: Switch to using Python 3.9 by default
uses: actions/setup-python@v4
with:
python-version: 3.12
python-version: 3.9
- name: >-
Mark the build as untagged '${{
github.event.repository.default_branch
Expand Down Expand Up @@ -224,10 +224,10 @@ jobs:
TOXENV: cleanup-dists,build-dists

steps:
- name: Switch to using Python v3.12
- name: Switch to using Python v3.10
uses: actions/setup-python@v4
with:
python-version: '3.12'
python-version: '3.10'
- name: >-
Calculate Python interpreter version hash value
for use in the cache key
Expand Down Expand Up @@ -349,10 +349,10 @@ jobs:
TOXENV: ${{ matrix.toxenv }}

steps:
- name: Switch to using Python v3.12
- name: Switch to using Python v3.10
uses: actions/setup-python@v4
with:
python-version: '3.12'
python-version: '3.10'
- name: >-
Calculate Python interpreter version hash value
for use in the cache key
Expand Down Expand Up @@ -675,7 +675,7 @@ jobs:
# strategy:
# matrix:
# os: [macOS-latest]
# python: ['3.12']
# python: ['3.10']
# # max-parallel: 1
# fail-fast: false
# steps:
Expand Down Expand Up @@ -728,7 +728,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, macOS-latest]
python: ['3.12']
python: ['3.10']
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c3b56c4

Please sign in to comment.