Skip to content

Commit 7488d98

Browse files
committed
downgrade python ver
1 parent e0b2cc9 commit 7488d98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/instagram_feed.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Python
3131
uses: actions/setup-python@v5
3232
with:
33-
python-version: '3.x'
33+
python-version: '3.11'
3434

3535
- name: Cache pip
3636
uses: actions/cache@v4
@@ -39,7 +39,7 @@ jobs:
3939
key: ${{ runner.os }}-pip-${{ hashFiles('backend/requirements.txt') }}
4040
restore-keys: |
4141
${{ runner.os }}-pip-
42-
42+
4343
- name: Install build tools
4444
run: pip install --upgrade pip setuptools wheel
4545

0 commit comments

Comments
 (0)