File tree Expand file tree Collapse file tree 1 file changed +11
-14
lines changed Expand file tree Collapse file tree 1 file changed +11
-14
lines changed Original file line number Diff line number Diff line change @@ -109,13 +109,11 @@ jobs:
109
109
- name : pytest
110
110
if : ${{ !startsWith(matrix.platform.target, 'aarch64') }}
111
111
shell : bash
112
- with :
113
- working-directory : bindings/python
114
- run : |
115
- set -e
116
- pip install pyrwkv_tokenizer --find-links dist --force-reinstall
117
- pip install pytest
118
- pytest
112
+ run : |
113
+ set -e
114
+ pip install pyrwkv_tokenizer --find-links dist --force-reinstall
115
+ pip install pytest
116
+ pytest
119
117
120
118
macos :
121
119
runs-on : ${{ matrix.platform.runner }}
@@ -146,13 +144,12 @@ jobs:
146
144
- name : pytest
147
145
if : ${{ !startsWith(matrix.platform.target, 'aarch64') }}
148
146
shell : bash
149
- with :
150
- working-directory : bindings/python
151
- run : |
152
- set -e
153
- pip install pyrwkv_tokenizer --find-links dist --force-reinstall
154
- pip install pytest
155
- pytest
147
+ working-directory : bindings/python
148
+ run : |
149
+ set -e
150
+ pip install pyrwkv_tokenizer --find-links dist --force-reinstall
151
+ pip install pytest
152
+ pytest
156
153
157
154
sdist :
158
155
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments