Skip to content

Commit

Permalink
fix(ci): set python environment version to 3.11
Browse files Browse the repository at this point in the history
Signed-off-by: Frederico Araujo <frederico.araujo@ibm.com>
  • Loading branch information
araujof committed Nov 30, 2023
1 parent a64a43d commit d64eae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v3
with:
python-version: '3.x'
python-version: '3.11'
- name: Install requirements
run: |
python -m pip install --upgrade pip
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v3
with:
python-version: '3.x'
python-version: '3.11'
- name: Build package
shell: bash
run: cd py3 && python -m pip install build && python -m build --wheel
Expand Down

0 comments on commit d64eae0

Please sign in to comment.