|
|
@ -16,9 +16,6 @@ jobs: |
|
|
uses: actions/setup-python@v1 |
|
|
uses: actions/setup-python@v1 |
|
|
with: |
|
|
with: |
|
|
python-version: ${{ matrix.python-version }} |
|
|
python-version: ${{ matrix.python-version }} |
|
|
- name: Install test dependencies |
|
|
|
|
|
run: | |
|
|
|
|
|
pip install -U pip |
|
|
|
|
|
- name: Build |
|
|
- name: Build |
|
|
run: | |
|
|
run: | |
|
|
python setup.py build_ext --force |
|
|
python setup.py build_ext --force |
|
|
|