Skip to content

Commit

Permalink
pipe issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitin Sreeram committed Feb 1, 2025
1 parent 7bc8117 commit 4833d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
run: |
npx playwright install --with-deps
- name: Find all Jupyter notebooks
run: find .. -name '*.ipynb' |head -n 10| sort > ./files.txt
run: find .. -name '*.ipynb' | tail -n 10 | sort > ./files.txt
- name: Start test environments
id: start-test-environment
run: npx ts-node pre_create_env.ts
Expand Down

0 comments on commit 4833d58

Please sign in to comment.