Skip to content

Commit

Permalink
Update opik path in cookbook workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkuzmik committed Nov 25, 2024
1 parent 3cb0d1d commit 1bac9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation_cookbook_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install -U ipython nbconvert
- name: Install opik
run: pip install .
run: pip install sdks/python
- name: Prepare env variables
run: |
directory=$(dirname -- "${NOTEBOOK_TO_TEST}")
Expand Down

0 comments on commit 1bac9e1

Please sign in to comment.