Skip to content

Commit

Permalink
ci: fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Nov 9, 2024
1 parent 834c891 commit 11c915c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,12 @@ jobs:
fetch-depth: 0
- name: Install uv
uses: astral-sh/setup-uv@v3

- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Set up Python ${{ matrix.python-version }}
run: uv python install ${{ matrix.python-version }}
# - name: Setup Python ${{ matrix.python-version }}
# uses: actions/setup-python@v5
# with:
# python-version: ${{ matrix.python-version }}

- name: Get pip cache dir
id: pip-cache
Expand Down Expand Up @@ -110,9 +111,8 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v3

- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Set up Python 3.9
run: uv python install 3.9
- name: Install dependencies
run: |
uv pip install --system -e .[docs]
Expand Down

0 comments on commit 11c915c

Please sign in to comment.