Skip to content

Commit 94cdda1

Browse files
committed
update: unit test 시 setup python action 삭제
1 parent 4e08d0b commit 94cdda1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/unit_test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ 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: Install OpenEXR
2521
run: |
2622
apt-get update

0 commit comments

Comments
 (0)