Skip to content

Commit

Permalink
use official action
Browse files Browse the repository at this point in the history
  • Loading branch information
coobas committed Sep 15, 2024
1 parent dc322e2 commit 599fff1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: "3.10"
- uses: astral-sh/setup-uv@v1
with:
version: "latest"
- name: Install dependencies
run: |
python -m pip install uv
uv sync
- name: Compile the course
run: |
Expand Down

0 comments on commit 599fff1

Please sign in to comment.