Skip to content

Commit db19971

Browse files
committed
Remove unnecessary build step
tox builds it anyway
1 parent d8accfe commit db19971

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/address-sanitizer.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,5 @@ jobs:
3232
python -m pip install --upgrade pip
3333
pip install tox tox-gh-actions
3434
35-
- name: Build
36-
run: python setup.py build
37-
3835
- name: Test with tox
3936
run: MM_FORCE_EXT_TESTS=1 tox

0 commit comments

Comments
 (0)