Skip to content

Commit

Permalink
Merge pull request #321 from chaoming0625/master
Browse files Browse the repository at this point in the history
Fix several bugs
  • Loading branch information
chaoming0625 authored Jan 15, 2023
2 parents 7b2f154 + 3f84f3c commit 2fe4a29
Show file tree
Hide file tree
Showing 60 changed files with 1,994 additions and 5,195 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Sync_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
steps:
- uses: actions/checkout@master

- name: Merge master -> brainpy-2.2.x
- name: Merge master -> brainpy-2.3.x
uses: devmasx/merge-branch@master
with:
type: now
from_branch: master
target_branch: brainpy-2.2.x
target_branch: brainpy-2.3.x
github_token: ${{ github.token }}
Loading

0 comments on commit 2fe4a29

Please sign in to comment.