Skip to content

Commit

Permalink
[CI] Upgrade python to 3.12 (#1710)
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin authored Oct 19, 2023
1 parent 8dbba7e commit a9bf785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ jobs:
ortools-url: ${{env.ORTOOLS_URL}}
ortools-dir: ${{env.ORTOOLS_DIR}}

- name: Setup Python 3.11
- name: Setup Python 3.12
uses: actions/setup-python@v4
with:
architecture: 'x64'
python-version: '3.11'
python-version: '3.12'

- name: Install pip dependencies if necessary
run: pip install -r src/tests/examples/requirements.txt
Expand Down

0 comments on commit a9bf785

Please sign in to comment.