We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e53dc commit c272383Copy full SHA for c272383
.github/workflows/python-checks.yml
@@ -75,13 +75,9 @@ jobs:
75
working-directory: ./src/python
76
77
- name: Check chatbot dependencies
78
- run: uv pip install -r requirements.txt
+ run: uv pip install -r requirements.txt --system
79
working-directory: ./examples/chatbots/python
80
81
- - uses: pypa/[email protected]
82
- with:
83
- inputs: ./examples/chatbots/python
84
-
85
check_python_e2e_tests:
86
name: Check Python E2E tests
87
runs-on: ubuntu-latest
@@ -110,9 +106,5 @@ jobs:
110
106
111
107
112
108
- name: Check E2E tests dependencies
113
109
114
working-directory: ./e2e_tests/python
115
116
117
118
- inputs: ./e2e_tests/python
0 commit comments