Skip to content

Commit bc134e5

Browse files
committed
update action
1 parent 2b7ef30 commit bc134e5

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

.github/workflows/CI.yml

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,11 @@ jobs:
109109
- name: pytest
110110
if: ${{ !startsWith(matrix.platform.target, 'aarch64') }}
111111
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
119117
120118
macos:
121119
runs-on: ${{ matrix.platform.runner }}
@@ -146,13 +144,12 @@ jobs:
146144
- name: pytest
147145
if: ${{ !startsWith(matrix.platform.target, 'aarch64') }}
148146
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
156153
157154
sdist:
158155
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)