Skip to content

Commit 59e924b

Browse files
committed
update action
1 parent b5f9b97 commit 59e924b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
- name: pytest
5858
if: ${{ startsWith(matrix.platform.target, 'x86_64') }}
5959
shell: bash
60+
working-directory: bindings/python
6061
run: |
6162
set -e
6263
pip install pyrwkv_tokenizer rwkv datasets --find-links dist --force-reinstall
@@ -109,6 +110,7 @@ jobs:
109110
- name: pytest
110111
if: ${{ !startsWith(matrix.platform.target, 'aarch64') }}
111112
shell: bash
113+
working-directory: bindings/python
112114
run: |
113115
set -e
114116
pip install pyrwkv_tokenizer rwkv datasets --find-links dist --force-reinstall

0 commit comments

Comments
 (0)