Skip to content

Commit

Permalink
Update actions python version
Browse files Browse the repository at this point in the history
  • Loading branch information
vil committed Jul 14, 2023
1 parent ce9e3fd commit 988566e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v1
with:
python-version: 3.10.11
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -29,10 +29,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v1
with:
python-version: 3.10.12
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 988566e

Please sign in to comment.