Skip to content

Commit

Permalink
Downgrade conda workflows to 3.11
Browse files Browse the repository at this point in the history
Conda does not seem to like 3.12 yet
See failed WF run:
https://github.com/pypdfium2-team/pypdfium2/actions/runs/9148093866/job/25150240465
  • Loading branch information
mara004 committed May 19, 2024
1 parent a07372d commit b24b9ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
default: false
type: boolean
py_version:
default: '3.12'
default: '3.11'
type: string

# This is required for setup-miniconda / conda init
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
matrix:
# NOTE On GH actions, macOS <=13 is Intel, whereas macOS >=14 will be ARM64
os: ['ubuntu-latest', 'macos-13', 'macos-14', 'windows-latest']
py: ['3.8', '3.9', '3.10', '3.11', '3.12']
py: ['3.8', '3.9', '3.10', '3.11']

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ jobs:
"pdfium_ver": "latest",
"test": "true",
"publish": "${{ inputs.publish }}",
"py_version": "3.12"
"py_version": "3.11"
}
cleanup:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger_conda_raw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
"pdfium_ver": "latest",
"test": "true",
"publish": "true",
"py_version": "3.12"
"py_version": "3.11"
}

0 comments on commit b24b9ef

Please sign in to comment.