Skip to content

Commit c272383

Browse files
committed
chore: install to system when checking pip deps
1 parent 04e53dc commit c272383

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/python-checks.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,9 @@ jobs:
7575
working-directory: ./src/python
7676

7777
- name: Check chatbot dependencies
78-
run: uv pip install -r requirements.txt
78+
run: uv pip install -r requirements.txt --system
7979
working-directory: ./examples/chatbots/python
8080

81-
- uses: pypa/[email protected]
82-
with:
83-
inputs: ./examples/chatbots/python
84-
8581
check_python_e2e_tests:
8682
name: Check Python E2E tests
8783
runs-on: ubuntu-latest
@@ -110,9 +106,5 @@ jobs:
110106
working-directory: ./src/python
111107

112108
- name: Check E2E tests dependencies
113-
run: uv pip install -r requirements.txt
109+
run: uv pip install -r requirements.txt --system
114110
working-directory: ./e2e_tests/python
115-
116-
- uses: pypa/[email protected]
117-
with:
118-
inputs: ./e2e_tests/python

0 commit comments

Comments
 (0)