Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: Elron Bandel <[email protected]>
  • Loading branch information
elronbandel committed Jan 29, 2024
1 parent 379feca commit 41589fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
- name: Generate Report
env:
HUGGINGFACE_HUB_TOKEN: ${{ secrets.UNITXT_READ_HUGGINGFACE_HUB_FOR_TESTS }}
run: unittest-parallel -t . -s tests.test_preparation -j 10 --level test
run: unittest-parallel -t . -s tests -p *test_preperation.py -j 10 --level test

0 comments on commit 41589fe

Please sign in to comment.