We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c73a35f commit 0bc70bfCopy full SHA for 0bc70bf
1 file changed
.github/workflows/appinspect.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install packages for the mock app
20
run: |
21
mkdir -p ${{ env.MOCK_APP_PATH }}/bin/lib
22
- pip install ".[openai, anthropic]" --target ${{ env.MOCK_APP_PATH }}/bin/lib
+ uv pip install ".[openai, anthropic]" --target ${{ env.MOCK_APP_PATH }}/bin/lib
23
- name: Copy splunklib to a test app and package it as a mock app
24
25
cd ${{ env.MOCK_APP_PATH }}
0 commit comments