Merge pull request #707 from voidking/main

bugfix: pr unittest
This commit is contained in:
geekan 2024-01-08 11:48:48 +08:00 committed by GitHub
commit 5a0b25fa6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with: