File tree 1 file changed +2
-4
lines changed 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 12
12
matrix :
13
13
py_test_marker :
14
14
- not long_running_1 and not long_running_2
15
- - long_running_1
16
- - long_running_2
17
15
18
16
steps :
19
17
- uses : actions/checkout@v4
46
44
eval "$(conda shell.bash hook)"
47
45
conda activate bioconda
48
46
if git diff --name-only origin/master...HEAD | grep -vE ^docs; then
49
- py.test --durations=0 test/ -v --log-level=DEBUG --tb=native -m '${{ matrix.py_test_marker }}'
47
+ py.test --durations=0 test/ -v --log-level=DEBUG --tb=native -m '${{ matrix.py_test_marker }}' -k test_pkg_test_conda_package_format
50
48
else
51
49
echo "Skipping pytest - only docs modified"
52
50
fi
77
75
eval "$(conda shell.bash hook)"
78
76
conda activate bioconda
79
77
if git diff --name-only origin/master...HEAD | grep -vE ^docs; then
80
- py.test --durations=0 test/ -v --log-level=DEBUG -k "not docker" --tb=native
78
+ py.test --durations=0 test/ -v --log-level=DEBUG -k "not docker" --tb=native -k test_pkg_test_conda_package_format
81
79
else
82
80
echo "Skipping pytest - only docs modified"
83
81
fi
You can’t perform that action at this time.
0 commit comments