Skip to content

Commit 1940d27

Browse files
authored
Merge pull request #112 from PKU-NIP-Lab/modify_ci
add py3.6 test & delete multiple macos env
2 parents b2024eb + 1619311 commit 1940d27

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.github/workflows/Linux_CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Linux CI
55

66
on:
77
push:
8-
branches: [ master, brainpy-2.x ]
8+
branches: [ master ]
99
pull_request:
10-
branches: [ master, brainpy-2.x ]
10+
branches: [ master ]
1111

1212

1313
jobs:
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.7", "3.8", "3.9"]
19+
python-version: ["3.6", "3.7", "3.8", "3.9"]
2020

2121
steps:
2222
- uses: actions/checkout@v2

.github/workflows/MacOS_CI.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,17 @@ name: MacOS CI
55

66
on:
77
push:
8-
branches: [ master, brainpy-2.x ]
8+
branches: [ master ]
99
pull_request:
10-
branches: [ master, brainpy-2.x ]
10+
branches: [ master ]
1111

1212

1313
jobs:
1414
build:
15-
runs-on: ${{ matrix.os }}
15+
runs-on: macos-latest
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
os: [macos-10.15, macos-11, macos-latest]
2019
python-version: ["3.7", "3.8", "3.9"]
2120

2221
steps:

.github/workflows/Windows_CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Windows CI
55

66
on:
77
push:
8-
branches: [ master, brainpy-2.x ]
8+
branches: [ master ]
99
pull_request:
10-
branches: [ master, brainpy-2.x ]
10+
branches: [ master ]
1111

1212

1313
jobs:

0 commit comments

Comments
 (0)