Skip to content

Commit

Permalink
testing matrix; circleci now faster
Browse files Browse the repository at this point in the history
  • Loading branch information
marcmaxson committed Jan 21, 2022
1 parent ae0e4ec commit 0f60738
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -15,12 +15,12 @@ env:

jobs:
test:
#name: Test ${{ matrix.os }}, Python ${{ matrix.python-version }}
runs-on: ubuntu-latest
name: Test ${{ matrix.os }}, Python ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
strategy:
# max-parallel: 3
max-parallel: 3
matrix:
#os: [macOS-latest, ubuntu-latest, windows-latest]
os: [macOS-latest, ubuntu-latest, windows-latest]
python-version: [3.8] # [3.6, 3.7, 3.8]
steps:
- name: Dump GitHub context
Expand Down
1 change: 1 addition & 0 deletions Pipfile
Expand Up @@ -37,6 +37,7 @@ methylcheck = "*"
pymysql = "*"
toolshed = "*"
interlap = "*"
pytest-cov = "*"

[requires]
python_version = "3.8"
Expand Down

0 comments on commit 0f60738

Please sign in to comment.