diff options
Diffstat (limited to '.github/workflows/perf.yml')
| -rw-r--r-- | .github/workflows/perf.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 6534118..d08286f 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -43,6 +43,9 @@ jobs: run: | sudo apt-get install -y $PS_PACKAGES $OTHER_PACKAGES if [ $USE_GMP == 1 ]; then sudo apt-get install -y $GMP_PACKAGES; fi + - name: Install numpy + run: | + pip install numpy<1.25.1 - name: Install picoscope bindings run: | git clone https://github.com/colinoflynn/pico-python && cd pico-python && python setup.py install && cd .. |
