Skip to content

Commit d43c8de

Browse files
committed
build(ci): no-compile
1 parent e3b3ae6 commit d43c8de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
key: ${{ runner.os }}-pip-${{ hashFiles('requirements-dev.txt') }}
3131
restore-keys: ${{ runner.os }}-pip-
3232
- name: Install dependencies
33-
run: pip --disable-pip-version-check install -r requirements-dev.txt
33+
run: pip --disable-pip-version-check install --no-compile -r requirements-dev.txt
3434
- name: Check lint
3535
run: make check
3636
- name: Check test

0 commit comments

Comments
 (0)