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 a4c6732 commit 75bf8bfCopy full SHA for 75bf8bf
.github/workflows/release.yml
@@ -35,6 +35,9 @@ jobs:
35
run: |
36
python -m pip install --upgrade pip
37
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__)')
41
42
- name: Build sdist
43
0 commit comments