Skip to content

Commit

Permalink
update linux 10 version for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-gorman committed Apr 21, 2022
1 parent 975ca82 commit 02657a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Install Python 3
uses: actions/setup-python@v1
with:
python-version: 3.10.2
python-version: 3.10.4
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -110,7 +110,7 @@ jobs:
- name: Install Python 3
uses: actions/setup-python@v1
with:
python-version: 3.10.2
python-version: 3.10.4
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 02657a1

Please sign in to comment.