Skip to content

Commit

Permalink
Update toml usage
Browse files Browse the repository at this point in the history
Signed-off-by: Elron Bandel <elron.bandel@ibm.com>
  • Loading branch information
elronbandel committed Jan 29, 2024
1 parent df069de commit b2d48f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cache: 'pip' # caching pip dependencies
- run: pip install -r requirements/base.rqr
- run: pip install -r requirements/tests.rqr
- run: pip install coverage
- run: pip install coverage[toml]
- run: pip install "huggingface_hub[cli]"
- run: git config --global credential.helper store
- run: huggingface-cli login --token ${{ secrets.UNITXT_READ_HUGGINGFACE_HUB_FOR_TESTS }} --add-to-git-credential
Expand Down

0 comments on commit b2d48f9

Please sign in to comment.