Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGensollen committed Oct 5, 2023
1 parent fe06ed4 commit 3f13038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_pipelines_dwi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4
- uses: snok/install-poetry@v1
- name: Run tests for dwi pipelines
run: run_nonregression.sh
run: ./run_nonregression.sh
env:
MODALITY: dwi
WORKSPACE: ${{ github.workspace }}
Expand All @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v4
- uses: snok/install-poetry@v1
- name: Run tests for dwi pipelines
run: run_nonregression.sh
run: ./run_nonregression.sh
env:
MODALITY: dwi
WORKSPACE: ${{ github.workspace }}
File renamed without changes.

0 comments on commit 3f13038

Please sign in to comment.