No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
3 deletions
-
.github/workflows/test.yml
|
|
|
@ -16,9 +16,6 @@ jobs: |
|
|
|
uses: actions/setup-python@v1 |
|
|
|
with: |
|
|
|
python-version: ${{ matrix.python-version }} |
|
|
|
- name: Install test dependencies |
|
|
|
run: | |
|
|
|
pip install -U pip |
|
|
|
- name: Build |
|
|
|
run: | |
|
|
|
python setup.py build_ext --force |
|
|
|
|