Skip to content

Commit

Permalink
Update Python version in Github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Krithika Sundararajan committed Apr 26, 2024
1 parent 6ae5a8a commit b1525e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/xp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
id: setup-python
uses: actions/setup-python@v2
with:
python-version: "3.7"
python-version: "3.10"
architecture: x64
- name: Install dependencies
run: make install-python-ci-dependencies
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
id: setup-python
uses: actions/setup-python@v2
with:
python-version: "3.7"
python-version: "3.10"
architecture: x64

- name: Install dependencies
Expand Down

0 comments on commit b1525e2

Please sign in to comment.