Browse Source

Remove GitHub actions

hey just keep failing for random reasons even when the commands seem to pass successfully
pull/3/head
Brett Langdon 6 years ago
committed by GitHub
parent
commit
6cae5a0314
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 24 deletions
  1. +0
    -24
      .github/workflows/test.yml

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

@ -1,24 +0,0 @@
name: Test package
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Build
run: |
python setup.py build_ext --force
python setup.py develop
- name: Black Check
uses: jpetrucciani/black-check@19.10b0

Loading…
Cancel
Save