Skip to content

Commit

Permalink
update system test
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Aug 5, 2024
1 parent 563119d commit a2b699c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/system_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
strategy:
matrix:
python-version: ['3.11']
dataset: [demo]

steps:

Expand All @@ -50,8 +49,10 @@ jobs:
run: |
datalad wtf
- name: Run ${{ matrix.dataset }}
run: make ${{ matrix.dataset }}
- name: Run demo
run: make demo

- name: Re run ${{ matrix.dataset }} (should be faster)
run: make ${{ matrix.dataset }}
- name: Re run demo (should be faster)
run: |
make prepare
make generalize

0 comments on commit a2b699c

Please sign in to comment.