Skip to content

Commit

Permalink
bugfix: pr unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
voidking committed Jan 8, 2024
1 parent d4d4a16 commit 3cbc16f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3cbc16f

Please sign in to comment.