Skip to content

Commit

Permalink
--system is of no effect
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Aug 24, 2024
1 parent 384c1ad commit 3b74790
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.3/requirements/uv.txt
- name: Install project
run: |
uv --no-progress venv --system
uv --no-progress venv
uv --no-progress pip install .
- name: Update readme
run: >
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.3/requirements/uv.txt
- name: Install project
run: |
uv --no-progress venv --system
uv --no-progress venv
uv --no-progress pip install .
- name: Generate labels
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ jobs:
sudo apt --quiet --yes install libxml2-dev libxslt-dev
- name: Install project
run: |
uv --no-progress venv --system
uv --no-progress venv
uv --no-progress pip install ".[test]"
# CLI tests.
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ pacman:
script:
- pacman -Sy --noconfirm python-pip
- python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.1.4/requirements/uv.txt
- uv venv --system
- uv venv
- uv pip install --all-extras --requirement pyproject.toml .
- uv run mpm --pacman -v DEBUG install vim

0 comments on commit 3b74790

Please sign in to comment.