Skip to content

Commit 3f1f80a

Browse files
authored
Update macOS-tests.yml
1 parent 239f17c commit 3f1f80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macOS-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v3
3737
- run: |
38-
pip install codespell
38+
pip3 install codespell || python3 -m pip install codespell
3939
codespell --count --ignore-words-list=ans,deriver,inout,packag --skip="*.js,*WordLists.swift"
4040
- name: Resolve dependencies
4141
run: swift package resolve

0 commit comments

Comments
 (0)