bugfix: pr unittest

This commit is contained in:
voidking 2024-01-08 11:15:49 +08:00
parent d4d4a1639a
commit 3cbc16fde3

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: