Skip to content

Commit 053fab2

Browse files
committed
Fixed path to scripts
1 parent 410391e commit 053fab2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/azure/macos.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
displayName: 'Build'
3131
- script: |
3232
export PATH=$HOME/miniconda3/bin:$PATH
33-
ci/incremental/script_single.sh
34-
ci/incremental/script_multi.sh
35-
echo "Test done"
33+
ci/script_single.sh
34+
ci/script_multi.sh
35+
echo "[Test done]"
3636
displayName: 'Test'
3737
- script: |
3838
export PATH=$HOME/miniconda3/bin:$PATH

0 commit comments

Comments
 (0)