We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2396590 commit 089780fCopy full SHA for 089780f
.github/workflows/test.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Install dependencies
41
run: |
42
python -m pip install --upgrade pip
43
- pip install numpy
+ pip install numpy --no-cache-dir
44
45
- name: Run tests (jdk<17)
46
if: ${{ matrix.jdk < 17 }}
0 commit comments