Skip to content

Commit

Permalink
ci: pin python-version we use to generate the published spec
Browse files Browse the repository at this point in the history
Some dependencies we need do not yet have wheels available for Python 3.11
which is installed by the '3.x' version selector.

Signed-off-by: Joshua Lock <[email protected]>
  • Loading branch information
joshuagl committed Nov 3, 2022
1 parent 201de70 commit 9379f6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5
with:
python-version: 3.x
python-version: '3.10'
cache: pip

- name: Clone
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5
with:
python-version: 3.x
python-version: '3.10'
cache: pip

- name: Ensure changes build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5
with:
python-version: 3.x
python-version: '3.10'
cache: 'pip'

- name: Get previous version
Expand Down

0 comments on commit 9379f6e

Please sign in to comment.