Skip to content

Commit 9c18243

Browse files
committed
python 버전 변경
1 parent 5e774ca commit 9c18243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Python 3.7.6
1212
uses: actions/setup-python@v2
1313
with:
14-
python-version: 3.7.6
14+
python-version: '3.7'
1515

1616
- name: Cache pip
1717
uses: actions/cache@v1

0 commit comments

Comments
 (0)