Skip to content

Commit ebf1ac8

Browse files
committed
fix ci
1 parent dafdbea commit ebf1ac8

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

Diff for: .github/workflows/test_macos.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ jobs:
1212
uses: actions/setup-python@v2
1313
with:
1414
python-version: 3.10.11
15-
16-
- name: pip upgrade
15+
- name: Install pytest locally
1716
run: |
18-
python3 -m pip install --upgrade pip & pip3 install --upgrade setuptools
17+
python3 -m pip install pytest
1918
- name: Install kss locally
2019
run: |
2120
python setup.py install

Diff for: .github/workflows/test_ubuntu.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
with:
1414
python-version: 3.10.11
1515

16-
- name: pip upgrade
16+
- name: Install pytest locally
1717
run: |
18-
python3 -m pip install --upgrade pip & pip3 install --upgrade setuptools
18+
python3 -m pip install pytest
1919
- name: Install kss locally
2020
run: |
2121
python setup.py install

Diff for: .github/workflows/test_windows.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
with:
1414
python-version: 3.10.11
1515

16-
- name: pip upgrade
16+
- name: Install pytest locally
1717
run: |
18-
python3 -m pip install --upgrade pip & pip3 install --upgrade setuptools
18+
python3 -m pip install pytest
1919
- name: Install kss locally
2020
run: |
2121
python setup.py install

0 commit comments

Comments
 (0)