Skip to content

Commit 089780f

Browse files
committed
build golf
1 parent 2396590 commit 089780f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install dependencies
4141
run: |
4242
python -m pip install --upgrade pip
43-
pip install numpy
43+
pip install numpy --no-cache-dir
4444
4545
- name: Run tests (jdk<17)
4646
if: ${{ matrix.jdk < 17 }}

0 commit comments

Comments
 (0)