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:
authorJohn Bauer <horatio@gmail.com>2022-01-23 12:00:46 +0300
committerJohn Bauer <horatio@gmail.com>2022-04-23 07:36:46 +0300
commit4e595ec539deceb2192628407f658f5cb56d96e4 (patch)
treed1e39495ff6e2632dc5b7bbbd21bdc5ed98daa28 /.github
parentd97bb49cc95f408668a27358caa3dc8793fa3e5d (diff)
@^@$%^*
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 9dfc1e45..baae4e24 100644
--- a/.github/workflows/stanza-tests.yaml
+++ b/.github/workflows/stanza-tests.yaml
@@ -17,8 +17,8 @@ jobs:
echo "Setting up environment..."
bash
. /home/stanzabuild/miniconda3/etc/profile.d/conda.sh
- export CORENLP_HOME=/home/stanzabuild/stanford-corenlp-4.3.1
- export CLASSPATH=/home/stanzabuild/stanford-corenlp-4.3.1/*:
+ export CORENLP_HOME=/home/stanzabuild/stanford-corenlp-4.4.0
+ export CLASSPATH=/home/stanzabuild/stanford-corenlp-4.4.0/*:
# install from stanza repo being evaluated
pwd
pip install -e .