Skip to content

Commit

Permalink
Use prefered method to install project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Aug 28, 2024
1 parent b560d37 commit 16f5e51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.5.0/requirements/uv.txt
- name: Install project
run: |
uv --no-progress venv --system
uv --no-progress pip install --all-extras --requirement pyproject.toml .
uv --no-progress venv
uv --no-progress sync --all-extras --dev
- name: Generate dynamic doc
run: |
uv --no-progress run --frozen -- python -m extra_platforms.docs_update
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ jobs:
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.5.0/requirements/uv.txt
- name: Install project
run: |
uv --no-progress venv --system
uv --no-progress pip install --all-extras --requirement ./pyproject.toml .
uv --no-progress venv
uv --no-progress sync --all-extras --dev
- name: Unittests
run: |
Expand Down

0 comments on commit 16f5e51

Please sign in to comment.