Skip to content

Commit

Permalink
🚧
Browse files Browse the repository at this point in the history
  • Loading branch information
Kajiih committed Dec 11, 2024
1 parent 7494386 commit c7c617b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/code-embedder_no_uv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ jobs:
runs-on: ubuntu-latest
env:
PYTHON_VERSION: "3.12"
UV_SYSTEM_PYTHON: 1
# UV_SYSTEM_PYTHON: 1

steps:
- name: 🛎️ Checkout
uses: actions/checkout@v4

- name: 🐍 Install uv with caching
uses: astral-sh/setup-uv@v4
with:
enable-cache: true
# - name: 🐍 Install uv with caching
# uses: astral-sh/setup-uv@v4
# with:
# enable-cache: true

- name: 🐍 Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v5
Expand Down

0 comments on commit c7c617b

Please sign in to comment.