Skip to content

Commit c747c54

Browse files
committed
Update for testing
1 parent 8bb4e31 commit c747c54

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.github/workflows/python-test.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,16 @@ jobs:
5252
runs-on: ${{ matrix.os }}
5353
steps:
5454
- name: Set up Python 3.8
55-
uses: actions/setup-python@v3
55+
uses: actions/setup-python@v4
5656
with:
5757
python-version: "3.8"
58-
- name: Install dependencies
59-
run: python -m pip install --upgrade pip
6058
- name: Install on windows
61-
if: ${{ matrix.os }} == " windows-latest"
59+
# if: ${{ matrix.os }} == " windows-latest"
6260
run: |
6361
pip install clang-tools
6462
clang-tools --install ${{ matrix.version }}
65-
- name: Install on Linux or MacOS
66-
if: ${{ matrix.os }} != " windows-latest"
67-
run: |
68-
sudo pip install clang-tools
69-
sudo clang-tools --install ${{ matrix.version }}
63+
# - name: Install on Linux or MacOS
64+
# if: ${{ matrix.os }} != " windows-latest"
65+
# run: |
66+
# sudo pip install clang-tools
67+
# sudo clang-tools --install ${{ matrix.version }}

0 commit comments

Comments
 (0)