Skip to content

Commit 2c95545

Browse files
committed
Fix typo in CI
1 parent f52349c commit 2c95545

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v5
16-
- name: Set up Python
17-
uses: actions/setup-python@v5
16+
- uses: actions/setup-python@v5
1817
with:
1918
python-version: '3.11'
2019
- name: Install dependencies

0 commit comments

Comments
 (0)