Skip to content

Commit 7a877cb

Browse files
committed
fix ci
1 parent 5010014 commit 7a877cb

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Diff for: .github/workflows/test_macos.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
- name: Setup Python
1212
uses: actions/setup-python@v2
1313
with:
14-
python-version: 3.9.13
14+
python-version: 3.10.11
15+
1516
- name: pip upgrade
1617
run: |
1718
python3 -m pip install --upgrade pip & pip3 install --upgrade setuptools

Diff for: .github/workflows/test_ubuntu.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
- name: Setup Python
1212
uses: actions/setup-python@v2
1313
with:
14-
python-version: 3.9.13
14+
python-version: 3.10.11
15+
1516
- name: pip upgrade
1617
run: |
1718
python3 -m pip install --upgrade pip & pip3 install --upgrade setuptools

Diff for: .github/workflows/test_windows.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
- name: Setup Python
1212
uses: actions/setup-python@v2
1313
with:
14-
python-version: 3.9.13
14+
python-version: 3.10.11
15+
1516
- name: pip upgrade
1617
run: |
1718
python3 -m pip install --upgrade pip & pip3 install --upgrade setuptools

0 commit comments

Comments
 (0)