Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunwoongko committed Apr 27, 2024
1 parent 591b277 commit 07e3579
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ jobs:
- name: pip upgrade
run: |
python3 -m pip install --upgrade pip & pip3 install --upgrade setuptools
- name: Install six
run: |
pip3 install hangulize
- name: Install kss locally
run: |
pip3 install .
pip3 install six && pip3 install .
- name: Run the test suite
run: |
pytest -v
5 changes: 1 addition & 4 deletions .github/workflows/test_ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ jobs:
- name: pip upgrade
run: |
python3 -m pip install --upgrade pip & pip3 install --upgrade setuptools
- name: Install six
run: |
pip3 install hangulize
- name: Install kss locally
run: |
pip3 install .
pip3 install six && pip3 install .
- name: Run the test suite
run: |
pytest -v
5 changes: 1 addition & 4 deletions .github/workflows/test_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ jobs:
- name: pip upgrade
run: |
python3 -m pip install --upgrade pip & pip3 install --upgrade setuptools
- name: Install six
run: |
pip3 install hangulize
- name: Install kss locally
run: |
pip3 install .
pip3 install six && pip3 install .
- name: Run the test suite
run: |
pytest -v

0 comments on commit 07e3579

Please sign in to comment.