We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 285b39c + cd28a0b commit b8b2704Copy full SHA for b8b2704
.github/workflows/ot.yml
@@ -5,15 +5,15 @@ on: [push]
5
jobs:
6
test:
7
8
- runs-on: ubuntu-latest
+ runs-on: "ubuntu-20.04"
9
strategy:
10
matrix:
11
- python-version: [3.6, 3.7, 3.8.8, 3.9]
+ python-version: [3.6, 3.7, 3.8, 3.9]
12
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
15
- name: Set up Python ${{ matrix.python-version }}
16
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
17
with:
18
python-version: ${{ matrix.python-version }}
19
- name: Install dependencies
0 commit comments