Skip to content

Commit 3fbc980

Browse files
committed
Revert github ci changes
1 parent fe6d759 commit 3fbc980

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -99,23 +99,6 @@ jobs:
9999
- name: Upload coverage report
100100
uses: codecov/codecov-action@v1
101101

102-
test-asan:
103-
runs-on: "ubuntu-latest"
104-
steps:
105-
- uses: actions/[email protected]
106-
with:
107-
submodules: recursive
108-
- name: Set up Python 3.8
109-
uses: actions/[email protected]
110-
with:
111-
python-version: "3.8"
112-
- name: Install tox and upgrade setuptools
113-
run: pip install --upgrade tox setuptools
114-
- name: Install build dependencies (Linux) # Yasm in pypa/manylinux images.
115-
run: sudo apt install nasm
116-
- name: Run asan tests
117-
run: tox -e asan
118-
119102
test-arch:
120103
if: startsWith(github.ref, 'refs/tags') || github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/main'
121104
runs-on: "ubuntu-latest"

0 commit comments

Comments
 (0)