Skip to content

Commit 2fe4a29

Browse files
authored
Merge pull request #321 from chaoming0625/master
Fix several bugs
2 parents 7b2f154 + 3f84f3c commit 2fe4a29

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+1994
-5195
lines changed

.github/workflows/Sync_branches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
steps:
1010
- uses: actions/checkout@master
1111

12-
- name: Merge master -> brainpy-2.2.x
12+
- name: Merge master -> brainpy-2.3.x
1313
uses: devmasx/merge-branch@master
1414
with:
1515
type: now
1616
from_branch: master
17-
target_branch: brainpy-2.2.x
17+
target_branch: brainpy-2.3.x
1818
github_token: ${{ github.token }}

0 commit comments

Comments
 (0)