Skip to content

Commit b0874da

Browse files
Run test_linux with pytest -s
1 parent b991558 commit b0874da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
run: |
227227
. $CONDA/etc/profile.d/conda.sh
228228
conda activate ${{ env.TEST_ENV_NAME }}
229-
python -m pytest -v --pyargs $MODULE_NAME
229+
python -m pytest -s -v --pyargs $MODULE_NAME
230230
231231
test_windows:
232232
needs: build_windows

0 commit comments

Comments
 (0)