Skip to content

Commit

Permalink
Update ci-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jteijema committed Apr 3, 2024
1 parent 13ce171 commit 977a5f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
pip install asreview-datatools asreview-insights synergy-dataset
- name: Run basic template
run: |
mkdir -p tmp/synergy
mkdir -p tmp/synergy/data
cd tmp/synergy
synergy_dataset get -d van_de_Schoot_2018 -o /data -l
synergy_dataset get -d van_de_Schoot_2018 -o ./data -l
asreview makita template basic --instances_per_query 100 --no_wordclouds --overwrite
sh jobs.sh
ls -R

0 comments on commit 977a5f8

Please sign in to comment.