Skip to content

Commit 6a4e0e4

Browse files
committed
simplify workflow
1 parent d212c1b commit 6a4e0e4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/pyci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,13 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414

15-
strategy:
16-
matrix:
17-
python-version: [3.8, 3.9]
18-
1915
steps:
2016
- uses: actions/checkout@v2
2117

22-
- name: Set up Python ${{ matrix.python-version }}
18+
- name: Set up Python
2319
uses: actions/setup-python@v2
2420
with:
25-
python-version: ${{ matrix.python-version }}
21+
python-version: '3.8'
2622

2723
- name: Install dependencies
2824
run: |

0 commit comments

Comments
 (0)