Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

add missing nltk download in CI #5529

Merged
merged 5 commits into from
Dec 23, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix docker run
epwalsh committed Dec 23, 2021
commit abcb11b4b139a3f1b64943c5be575b27b3f9209f
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -417,7 +417,7 @@ jobs:
- name: Test image
run: |
make docker-run DOCKER_GPUS='' DOCKER_IMAGE_NAME=$DOCKER_IMAGE_NAME ARGS='test-install'
docker run --rm $DOCKER_IMAGE_NAME test-install
- name: Authenticate to Docker Hub
if: github.event_name == 'release' || github.event_name == 'push'