Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrizhu committed Oct 25, 2023
1 parent 976839e commit 62a3a92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
if: github.event.pull_request.draft == false

steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: make check
run: |
pip install -r requirements.txt
Expand Down

0 comments on commit 62a3a92

Please sign in to comment.