Skip to content

Commit 75bf8bf

Browse files
committed
testing
Signed-off-by: Brian Harring <ferringb@gmail.com>
1 parent a4c6732 commit 75bf8bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
run: |
3636
python -m pip install --upgrade pip
3737
pip install build ".[doc]"
38+
python -c 'import pytest' && echo "failed, wtf"
39+
python -c 'import snakeoil.test.mixins'
40+
cat $(python -c 'from snakeoil.test import mixins;print(mixins.__file__)')
3841
3942
- name: Build sdist
4043
run: |

0 commit comments

Comments
 (0)