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 5538d53 commit 79312b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python3 -m pip install --upgrade pip & pip3 install --upgrade setuptools
- name: Install six
run: |
pip3 install six
pip3 install hangulize
- name: Install kss locally
run: |
pip3 install .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python3 -m pip install --upgrade pip & pip3 install --upgrade setuptools
- name: Install six
run: |
pip3 install six
pip3 install hangulize
- name: Install kss locally
run: |
pip3 install .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python3 -m pip install --upgrade pip & pip3 install --upgrade setuptools
- name: Install six
run: |
pip3 install six
pip3 install hangulize
- name: Install kss locally
run: |
pip3 install .
Expand Down

0 comments on commit 79312b6

Please sign in to comment.