Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TsumiNa committed Jan 27, 2021
1 parent a08b3e9 commit 679a485
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/config/macos_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- pytorch
- conda-forge
dependencies:
- pandas>=1.1.0
- pandas>=1.1.3
- seaborn
- numpy
- scipy
Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,25 @@ on:
push:
branches:
- master
paths-ignore:
- 'docs/**'
- '.**'
- '**.md'
- '**.yml'
- '**.txt'
- '**.in'
- '**.cfg'
pull_request:
branches:
- master
paths-ignore:
- 'docs/**'
- '.**'
- '**.md'
- '**.yml'
- '**.txt'
- '**.in'
- '**.cfg'

env:
MPLBACKEN: 'Agg'
Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,25 @@ on:
push:
branches:
- master
paths-ignore:
- 'docs/**'
- '.**'
- '**.md'
- '**.yml'
- '**.txt'
- '**.in'
- '**.cfg'
pull_request:
branches:
- master
paths-ignore:
- 'docs/**'
- '.**'
- '**.md'
- '**.yml'
- '**.txt'
- '**.in'
- '**.cfg'

env:
MPLBACKEN: 'Agg'
Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,25 @@ on:
push:
branches:
- master
paths-ignore:
- 'docs/**'
- '.**'
- '**.md'
- '**.yml'
- '**.txt'
- '**.in'
- '**.cfg'
pull_request:
branches:
- master
paths-ignore:
- 'docs/**'
- '.**'
- '**.md'
- '**.yml'
- '**.txt'
- '**.in'
- '**.cfg'

env:
MPLBACKEN: 'Agg'
Expand Down

0 comments on commit 679a485

Please sign in to comment.