Skip to content

Commit c17e7e8

Browse files
authored
Update python-test.yml
1 parent 387467d commit c17e7e8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/python-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ jobs:
4141
curl -Os https://uploader.codecov.io/latest/linux/codecov
4242
chmod +x codecov
4343
./codecov -t ${CODECOV_TOKEN}
44-
test:
44+
install:
4545
strategy:
4646
matrix:
4747
version: [ 3.9, 4, 5, 6, 7, 8, 9, 10, 11, 12, 12.0.1, 13, 14 ]
4848
directory: ["", "."]
4949
os: [ linux, macosx, windows ]
50-
runs-on: ${{ matrix.runner }}
51-
steps:
52-
- name: Install clang-tools
53-
run: |
54-
sudo clang-tools --install ${{ matrix.version }} --directory ${{ matrix.directory }}
50+
runs-on: ${{ matrix.runner }}
51+
steps:
52+
- name: Install clang-tools
53+
run: |
54+
sudo clang-tools --install ${{ matrix.version }} --directory ${{ matrix.directory }}

0 commit comments

Comments
 (0)