Skip to content

Commit

Permalink
🚧
Browse files Browse the repository at this point in the history
  • Loading branch information
Kajiih committed Dec 6, 2024
1 parent a0839ce commit f76e153
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/code-embedder-test2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,19 @@ jobs:
code_embedder:
name: "Code embedder"
runs-on: ubuntu-latest
env:
PYTHON_VERSION: "3.12"
steps:
- name: Checkout
uses: actions/checkout@v4
# with:
# ref: ${{ github.event.pull_request.head.ref }}

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

- name: πŸͺ„ Format comments in code snippets
run: python dev/scripts/format_snippet_prints.py

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-embedder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:

- name: πŸ“₯ Install the project
run: |
uv sync --all-extras --dev
uv python install ${{ env.PYTHON_VERSION }}
uv sync --all-extras --dev
uv pip install .
# - name: 🏞️ Activate virtual environment
Expand Down

0 comments on commit f76e153

Please sign in to comment.