Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stanfordnlp/stanza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ38 <J38@users.noreply.github.com>2021-09-10 14:21:43 +0300
committerGitHub <noreply@github.com>2021-09-10 14:21:43 +0300
commitfd73b22803f2443896cc7ed189775b2d1171297d (patch)
tree279f75f8b4093078549ad7bac8ed1c05f53c2be9 /.github
parent30a0b65d320c25e1446a3adaafa9b5aaa5d1654b (diff)
Update stanza-tests.yaml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/stanza-tests.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/stanza-tests.yaml b/.github/workflows/stanza-tests.yaml
index 34953c78..d40eb274 100644
--- a/.github/workflows/stanza-tests.yaml
+++ b/.github/workflows/stanza-tests.yaml
@@ -17,6 +17,7 @@ jobs:
bash
. /home/stanzabuild/miniconda3/etc/profile.d/conda.sh
export CORENLP_HOME=/home/stanzabuild/stanford-corenlp-4.2.2
+ export CLASSPATH=/home/stanzabuild/stanford-corenlp-4.2.2/*:
# install from stanza repo being evaluated
pwd
pip install -e .