Skip to content

Commit 01788d4

Browse files
arash77mvdbeek
andauthored
Apply suggestions from code review
Using `uv tool install` instead of `uv pip install --system` Co-authored-by: Marius van den Beek <m.vandenbeek@gmail.com>
1 parent af036c7 commit 01788d4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/converter_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Move test data
4949
run: rsync -av --remove-source-files --exclude .git galaxy-test-data/ 'galaxy root/test-data/'
5050
- name: Install planemo
51-
run: uv pip install --system planemo
51+
run: uv tool install planemo
5252
- name: Determine converters to check
5353
run: |
5454
ls 'galaxy root'/lib/galaxy/datatypes/converters/*xml | grep -v -f 'galaxy root'/lib/galaxy/datatypes/converters/.tt_skip > tool_list.txt

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ jobs:
7373
exit 0
7474
;;
7575
esac
76-
uv pip install --system awscli
76+
uv tool install awscli
7777
aws s3 sync doc/build/html/ "s3://galaxy-docs/en/$UPLOAD_DIR" --region us-east-2 --size-only --delete

.github/workflows/publish_artifacts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install uv
2121
uses: astral-sh/setup-uv@v6
2222
- name: Install script dependencies
23-
run: uv pip install --system galaxy-release-util
23+
run: uv tool install galaxy-release-util
2424
- name: Build and publish to PyPI
2525
run: |
2626
galaxy-release-util build-and-upload --no-confirm

0 commit comments

Comments
 (0)