Skip to content

Commit 0bc70bf

Browse files
committed
Fix cmd
1 parent c73a35f commit 0bc70bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/appinspect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install packages for the mock app
2020
run: |
2121
mkdir -p ${{ env.MOCK_APP_PATH }}/bin/lib
22-
pip install ".[openai, anthropic]" --target ${{ env.MOCK_APP_PATH }}/bin/lib
22+
uv pip install ".[openai, anthropic]" --target ${{ env.MOCK_APP_PATH }}/bin/lib
2323
- name: Copy splunklib to a test app and package it as a mock app
2424
run: |
2525
cd ${{ env.MOCK_APP_PATH }}

0 commit comments

Comments
 (0)