Skip to content

Commit

Permalink
⏪ Revert changes to code embedder workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kajiih committed Dec 11, 2024
1 parent 7356e9b commit 91e00e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 77 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/code-embedder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,9 @@ jobs:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('uv.lock') }}

# # Manually add extras used in snippet
# - name: 📥 Install the project
# run: uv pip install ".[loguru]"

# Manually add extras used in snippet
- name: 📥 Install the project
run: |
uv sync --all-extras --dev
uv pip install .
- name: 🏞️ Activate virtual environment
run: |
source .venv/bin/activate
echo PATH=$PATH >> $GITHUB_ENV
- name: 📥 Install the main package
run: uv pip install .
run: uv pip install ".[loguru]"

- name: 🪄 Format raw code snippets with ruff
run: |
Expand Down
62 changes: 0 additions & 62 deletions .github/workflows/code-embedder_test.yaml

This file was deleted.

0 comments on commit 91e00e9

Please sign in to comment.