Skip to content

Commit 47f3616

Browse files
committed
Resumed previous os setting to ensure actions job run successfully
1 parent 9b199e1 commit 47f3616

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/unit-test.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
1-
name: Unit Tests Linux
1+
name: Unit Test Linux
22

33
on:
44
push:
55
# pull_request:
66

77
jobs:
88
run-tests:
9-
# strategy:
10-
# fail-fast: false
11-
# matrix:
12-
# os: [ubuntu-latest]
13-
# python-version:
14-
# - "3.9"
15-
# - "3.10"
16-
# - "3.11"
9+
strategy:
10+
fail-fast: false
11+
matrix:
12+
os: [ubuntu-latest]
13+
python-version:
14+
- "3.9"
15+
- "3.10"
16+
- "3.11"
1717

1818
name: unit-test
19-
# runs-on: ${{ matrix.os }}
20-
runs-on: python:alpine
19+
runs-on: ${{ matrix.os }}
20+
# runs-on: python:alpine
2121

2222
steps:
2323
- name: Checkout code
2424
uses: actions/checkout@v3
2525

26-
# - name: Set up Python
27-
# uses: actions/setup-python@v4
28-
# with:
29-
# python-version : ${{ matrix.python-version }}
26+
- name: Set up Python
27+
uses: actions/setup-python@v4
28+
with:
29+
python-version : ${{ matrix.python-version }}
3030

3131
- name: Install dependencies
3232
run: |

0 commit comments

Comments
 (0)