diff options
| author | J08nY | 2023-07-24 14:52:02 +0200 |
|---|---|---|
| committer | J08nY | 2023-07-24 14:52:02 +0200 |
| commit | d33217bb19ab8a71ab8c3ee8289a4b7ca7ea7613 (patch) | |
| tree | 277c3a8606977060090c56c84e029999b4ec3344 /.github | |
| parent | 10353aa91121ca26808072a2dfe928019b1e4961 (diff) | |
| download | pyecsca-d33217bb19ab8a71ab8c3ee8289a4b7ca7ea7613.tar.gz pyecsca-d33217bb19ab8a71ab8c3ee8289a4b7ca7ea7613.tar.zst pyecsca-d33217bb19ab8a71ab8c3ee8289a4b7ca7ea7613.zip | |
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/lint.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/perf.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/test.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a74b563..a947379 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -35,7 +35,7 @@ jobs: sudo apt-get install -y $PS_PACKAGES $OTHER_PACKAGES $GMP_PACKAGES - name: Install numpy run: | - pip install "numpy<1.25.1" + pip install "numpy<1.25" - name: Install picoscope bindings run: | git clone https://github.com/colinoflynn/pico-python && cd pico-python && python setup.py install && cd .. diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 674ac5c..4eff89e 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -45,7 +45,7 @@ jobs: if [ $USE_GMP == 1 ]; then sudo apt-get install -y $GMP_PACKAGES; fi - name: Install numpy run: | - pip install "numpy<1.25.1" + pip install "numpy<1.25" - name: Install picoscope bindings run: | git clone https://github.com/colinoflynn/pico-python && cd pico-python && python setup.py install && cd .. diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 515d9c1..d7aed43 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,7 +45,7 @@ jobs: if [ $USE_GMP == 1 ]; then sudo apt-get install -y $GMP_PACKAGES; fi - name: Install numpy run: | - pip install "numpy<1.25.1" + pip install "numpy<1.25" - name: Install picoscope bindings run: | git clone https://github.com/colinoflynn/pico-python && cd pico-python && python setup.py install && cd .. |
