Skip to content

Commit 7b9f83a

Browse files
committed
🚧
1 parent f8acb8b commit 7b9f83a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/code-embedder.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
enable-cache: true
2626
version: "0.5.4"
2727

28-
- name: 🐍 Set up Python ${{ env.PYTHON_VERSION }}
29-
uses: actions/setup-python@v5
30-
with:
31-
python-version: ${{ env.PYTHON_VERSION }}
28+
# - name: 🐍 Set up Python ${{ env.PYTHON_VERSION }}
29+
# uses: actions/setup-python@v5
30+
# with:
31+
# python-version: ${{ env.PYTHON_VERSION }}
3232

3333
- name: 💾 Setup pip cache
3434
uses: actions/cache@v4

0 commit comments

Comments
 (0)