We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239f17c commit 3f1f80aCopy full SHA for 3f1f80a
.github/workflows/macOS-tests.yml
@@ -35,7 +35,7 @@ jobs:
35
steps:
36
- uses: actions/checkout@v3
37
- run: |
38
- pip install codespell
+ pip3 install codespell || python3 -m pip install codespell
39
codespell --count --ignore-words-list=ans,deriver,inout,packag --skip="*.js,*WordLists.swift"
40
- name: Resolve dependencies
41
run: swift package resolve
0 commit comments