Skip to content

Commit 0dd801b

Browse files
committed
fix:remove matrix and moved workflow with defined single version of python
1 parent 0fa435a commit 0dd801b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/normalize_repos.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,13 @@ jobs:
88
build:
99

1010
runs-on: ubuntu-latest
11-
strategy:
12-
matrix:
13-
python-version: [3.7]
1411

1512
steps:
1613
- uses: actions/checkout@v2
17-
- name: Set up Python ${{ matrix.python-version }}
14+
- name: Set up Python 3.7
1815
uses: actions/setup-python@v1
1916
with:
20-
python-version: ${{ matrix.python-version }}
17+
python-version: 3.7
2118
- name: Install dependencies
2219
run: |
2320
cd normalize_repos

0 commit comments

Comments
 (0)