Skip to content

Commit

Permalink
a different dir for the test run
Browse files Browse the repository at this point in the history
  • Loading branch information
jteijema committed Apr 3, 2024
1 parent 4da49e0 commit 13ce171
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,14 @@ jobs:
- name: Lint python with ruff
run: |
ruff check .
- name: Install asreview-datatools asreview-insights
- name: Install asreview-datatools asreview-insights synergy-dataset
run: |
pip install asreview-datatools asreview-insights synergy-dataset
- name: Run basic template
run: |
cd tmp/basic
mkdir -p tmp/synergy
cd tmp/synergy
synergy_dataset get -d van_de_Schoot_2018 -o /data -l
asreview makita template basic --instances_per_query 10 --no_wordclouds --overwrite
asreview makita template basic --instances_per_query 100 --no_wordclouds --overwrite
sh jobs.sh
ls -R

0 comments on commit 13ce171

Please sign in to comment.