Skip to content

Commit

Permalink
revert uv in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Dec 11, 2024
1 parent 00b6ee5 commit 7e9d07d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ jobs:
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v1
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
version: "latest"
python-version: 3.13
python-version: '3.11'
- name: Install dependencies
run: |
make install
Expand Down

0 comments on commit 7e9d07d

Please sign in to comment.