Skip to content

Commit

Permalink
Aligns versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Dec 3, 2024
1 parent 74eddd7 commit 91c19df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python-version: "3.12"
- name: Install uv
run: |
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.7.2/requirements/uv.txt
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.8.4/requirements/uv.txt
- name: Install project
run: |
uv --no-progress venv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:

- name: Install uv
run: |
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.7.2/requirements/uv.txt
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.8.4/requirements/uv.txt
- name: Install project
run: |
uv --no-progress venv
Expand Down

0 comments on commit 91c19df

Please sign in to comment.