Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
CI comments
Browse files Browse the repository at this point in the history
Signed-off-by: Nathaniel Starkman (@nstarman) <nstarkman@protonmail.com>
  • Loading branch information
nstarman committed Nov 20, 2020
1 parent 21d32a6 commit 666e6f8
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ name: CI

on:
push:
# only build on select branches
branches:
tags:
branches: # only build on select branches
- main
- master # TODO delete when transition
- release/*

pull_request:
# only build on PRs against main
branches:
branches: # only build on PRs against main
- main
- master # TODO delete when transition

Expand Down Expand Up @@ -56,13 +55,12 @@ jobs:
python: 3.8
toxenv: py38-test-cov

# Done with pre-commit
# - name: code style
# - name: code style. # Done with pre-commit
# os: ubuntu-latest
# python: 3.x
# toxenv: codestyle

# - name: Documentation Build # Done with RTD
# - name: Documentation Build # Done with RTD on public repos.
# os: ubuntu-latest
# python: 3.x
# toxenv: build_docs
Expand Down Expand Up @@ -147,10 +145,10 @@ jobs:
python: 3.8
toxenv: py38-test-alldeps

# - name: py3.8 - all deps (Windows)
# os: windows-latest
# python: 3.8
# toxenv: py38-test-alldeps
- name: py3.8 - all deps (Windows)
os: windows-latest
python: 3.8
toxenv: py38-test-alldeps

steps:
- name: Checkout code
Expand All @@ -177,6 +175,7 @@ jobs:

# ---------------------------------------------
# Many Versions
# Comment out for private repos

versions:
needs: further
Expand Down

0 comments on commit 666e6f8

Please sign in to comment.