Skip to content

Commit 19465c1

Browse files
committed
m
1 parent 86bb639 commit 19465c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Install NumPy on MacOs
7272
if: ${{ matrix.os == 'macos-latest' }}
73-
run: python3 -m pip install --break-system-packages numpy
73+
run: python3 -m pip install --user --break-system-packages numpy
7474

7575
- name: Run deno test
7676
run: deno task test

0 commit comments

Comments
 (0)