Skip to content

Commit 3568c19

Browse files
fix: ci
1 parent 2ad22e3 commit 3568c19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
test:
1010
runs-on: ubuntu-latest
1111
steps:
12+
- name: Checkout Repository
13+
uses: actions/checkout@v4
1214
- name: test
1315
run: |
1416
pwd
1517
ls
16-
- name: Checkout Repository
17-
uses: actions/checkout@v4
1818
- name: Cache pip install
1919
uses: actions/setup-python@v5
2020
with:

0 commit comments

Comments
 (0)