Skip to content

Commit

Permalink
Update dependencies for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xenova committed Sep 8, 2023
1 parent fd238ee commit 68544a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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 @@ -27,7 +27,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build
- run: pip install -r scripts/requirements.txt
- run: pip install -r tests/requirements.txt

# Setup the testing environment
- run: npm run generate-tests
Expand Down
2 changes: 2 additions & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
transformers[torch]@git+https://github.com/huggingface/transformers
sacremoses==0.0.53

0 comments on commit 68544a3

Please sign in to comment.