Skip to content

Commit e0b2cc9

Browse files
committed
install build tools before dependencies
1 parent 3f43fa0 commit e0b2cc9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/instagram_feed.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
key: ${{ runner.os }}-pip-${{ hashFiles('backend/requirements.txt') }}
4040
restore-keys: |
4141
${{ runner.os }}-pip-
42+
43+
- name: Install build tools
44+
run: pip install --upgrade pip setuptools wheel
4245

4346
- name: Install dependencies
4447
run: pip install -r requirements.txt

0 commit comments

Comments
 (0)