Skip to content

Commit

Permalink
fix make target in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjakob committed Feb 9, 2024
1 parent 17f899d commit 06a010b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
python-version: '3.10'
- name: Setup nbtest
run: make nbtest
run: make install-nbtest
- name: Warm up
continue-on-error: true
run: sleep 30 && PATCH_ES=1 ELASTIC_CLOUD_ID=foo ELASTIC_API_KEY=bar bin/nbtest notebooks/search/00-quick-start.ipynb
Expand Down

0 comments on commit 06a010b

Please sign in to comment.