Skip to content

Commit 60ff29d

Browse files
fix: testcase 크기 수정 (#95)
* stdin, expected_output을 MediumText로 수정했습니다. --------- Co-authored-by: deveroskp <[email protected]>
1 parent c67dcd1 commit 60ff29d

File tree

5 files changed

+273
-68
lines changed

5 files changed

+273
-68
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
- name: change mysql charset
3131
run: mysql -h 127.0.0.1 -P 3307 -u root -p'root-password' -e "ALTER DATABASE testdb CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci"
3232

33-
- name: Install poetry
34-
run: pipx install poetry
35-
3633
- uses: actions/setup-python@v4
3734
with:
3835
python-version: 3.11
3936

37+
- name: Install poetry
38+
run: pipx install poetry --python python3.11
39+
4040
- name: Set poetry environment & install dependencies
4141
run: |
4242
poetry config virtualenvs.in-project true

0 commit comments

Comments
 (0)