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-10-04 04:39:55 +0300
committerGitHub <noreply@github.com>2021-10-04 04:39:55 +0300
commitbe5b0cb853497f7e78c1b12e2e7654993597c8e2 (patch)
treef434bb1ffc8bc9861f3de180caafdfe4f250bcd9 /.github
parent9c99dee9310f16419ff6152008599c3034c20776 (diff)
Update stanza-tests.yaml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/stanza-tests.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/stanza-tests.yaml b/.github/workflows/stanza-tests.yaml
index d40eb274..3ce9d00d 100644
--- a/.github/workflows/stanza-tests.yaml
+++ b/.github/workflows/stanza-tests.yaml
@@ -16,8 +16,8 @@ jobs:
# set up environment
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/*:
+ export CORENLP_HOME=/home/stanzabuild/stanford-corenlp-4.3.0
+ export CLASSPATH=/home/stanzabuild/stanford-corenlp-4.3.0/*:
# install from stanza repo being evaluated
pwd
pip install -e .