From 2f772ef5efa7843f28ae815d2f193512c6d93ba6 Mon Sep 17 00:00:00 2001
From: Arkadiusz Janz <arkadiusz.janz@pwr.edu.pl>
Date: Fri, 12 Jan 2024 21:45:37 +0100
Subject: [PATCH] tests updated, readme updated

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dddd4e2..3a36fba 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -54,4 +54,4 @@ test_load:
       - pip install --upgrade pip
       - pip install .
     script:
-      - python -c 'import plwn; print(plwn.load_default().lexical_unit("pies", plwn.PoS.noun_pl, 2).definition)'
+      - python -c 'import plwn; plwn.download(); print(plwn.load("default_model").lexical_unit("pies", plwn.PoS.noun_pl, 2).definition)'
-- 
GitLab