Browse Source

Update test.yml

pull/3/head
Brett Langdon 6 years ago
committed by GitHub
parent
commit
6bfd31f5ad
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      .github/workflows/test.yml

+ 0
- 3
.github/workflows/test.yml View File

@ -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


Loading…
Cancel
Save