Skip to content

Commit 2ce2849

Browse files
committed
Fix CI
1 parent 3333eaf commit 2ce2849

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,10 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository and submodules
24-
uses: actions/checkout@v4
2524
uses: actions/checkout@v4
2625
with:
2726
submodules: recursive
2827
- name: Set up Python ${{ matrix.python-version }}
29-
uses: actions/setup-python@v5
3028
uses: actions/setup-python@v5
3129
with:
3230
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)