Skip to content

Commit bcccf80

Browse files
committed
[gh actions] Move coveralls to Python 3.10
1 parent b70b74b commit bcccf80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ jobs:
100100
runs-on: [ubuntu-latest]
101101
steps:
102102
- uses: actions/checkout@v2
103-
- name: Setup Python 3.8
103+
- name: Setup Python 3.10
104104
uses: actions/setup-python@v2
105105
with:
106-
python-version: "3.8"
106+
python-version: "3.10"
107107
- name: Display Python version
108108
run: python -c "import sys; print(sys.version)"
109109
- name: Install dependencies

0 commit comments

Comments
 (0)