Skip to content

Commit f6e5318

Browse files
committed
update: build test에서 setup-python action를 삭제하다
1 parent a980d25 commit f6e5318

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build_test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,5 @@ jobs:
1717
image: python:${{ matrix.python-version }}
1818
steps:
1919
- uses: actions/checkout@v3
20-
- name: Set up Python ${{ matrix.python-version }}
21-
uses: actions/setup-python@v3
22-
with:
23-
python-version: ${{ matrix.python-version }}
2420
- name: Build package
2521
run: python build_package.py

0 commit comments

Comments
 (0)