Skip to content

Commit 61b7dba

Browse files
committed
pr-review.yml 에서 cache: 'pip' 제거
requirements.txt 파일이 없어서 에러 발생하여 제거
1 parent b20d876 commit 61b7dba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/pr-review.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
uses: actions/setup-python@v5
2323
with:
2424
python-version: '3.11'
25-
cache: 'pip'
2625

2726
- name: Install dependencies
2827
run: |

0 commit comments

Comments
 (0)