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 12:57:22 +0300
committerGitHub <noreply@github.com>2021-09-10 12:57:22 +0300
commit111fb7b429ef3b5a700a3d04354370b642f7c048 (patch)
tree8eaa8c63096d5dfb8e7e8fa1dd7b96fa220a1842 /.github
parentb4f9251bbfc451d059cb6a2674ca0563ca012a4b (diff)
Update stanza-tests.yaml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/stanza-tests.yaml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/stanza-tests.yaml b/.github/workflows/stanza-tests.yaml
index 604ae915..34953c78 100644
--- a/.github/workflows/stanza-tests.yaml
+++ b/.github/workflows/stanza-tests.yaml
@@ -16,6 +16,7 @@ jobs:
# set up environment
bash
. /home/stanzabuild/miniconda3/etc/profile.d/conda.sh
+ export CORENLP_HOME=/home/stanzabuild/stanford-corenlp-4.2.2
# install from stanza repo being evaluated
pwd
pip install -e .
@@ -25,9 +26,6 @@ jobs:
# run tests
echo "Running tests..."
export CUDA_VISIBLE_DEVICES=2
- pytest stanza/tests/test_depparse.py
- pytest stanza/tests/test_ner_tagger.py
- pytest stanza/tests/test_langid.py
- echo "This currently works!"
+ pytest stanza/tests
- run: echo "🍏 This job's status is ${{ job.status }}."