We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81185d6 commit d3df316Copy full SHA for d3df316
.github/workflows/test_changed_files.yml
@@ -43,7 +43,7 @@ jobs:
43
echo "::set-output name=sorters::${sorters}"
44
45
build-and-test-image:
46
- name: build (${{ matrix.sorter }})
+ name: Build and Test (${{ matrix.sorter }})
47
if: needs.prepare-matrix-jobs.outputs.has_changed_files == 'true'
48
needs: prepare-matrix-jobs
49
runs-on: ${{ matrix.os }}
@@ -71,7 +71,7 @@ jobs:
71
72
- name: Install dependencies & Test ${{ matrix.sorter }} image
73
run: |
74
- if [[ ${{ matrix.sorter }} == 'tridesclous' ]]
+ if [[ ${{ matrix.sorter }} == 'tridesclous' ]]; then
75
pip install tridesclous
76
fi
77
pip install -r requirements_test.txt
0 commit comments