Skip to content

Commit ed219ab

Browse files
authored
Update python-test.yml
1 parent 37becf7 commit ed219ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/python-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ jobs:
5151
runner: [ ubuntu-latest, macos-latest, windows-latest ]
5252
runs-on: ${{ matrix.runner }}
5353
steps:
54+
- uses: actions/checkout@v3
55+
- name: Set up Python 3.10
56+
uses: actions/setup-python@v3
57+
with:
58+
python-version: "3.10"
5459
- name: Install dependencies
5560
run: |
5661
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)