Skip to content

Commit

Permalink
ci: add debug info
Browse files Browse the repository at this point in the history
Signed-off-by: Tiexin Guo <[email protected]>
  • Loading branch information
IronCore864 committed Nov 25, 2024
1 parent b19460b commit 2361d7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/matrix-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
interface: ${{ fromJSON(needs.set-matrix.outputs.matrix_values) }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Set up python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 2361d7a

Please sign in to comment.