aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ08nY2024-06-03 09:12:54 +0200
committerJ08nY2024-06-03 09:12:54 +0200
commita95c6862623a9186677ec8a6914bb080594cfd85 (patch)
tree32174c9be0f7f9b92374a4fbcaf6d024929bb127
parent6302e569e92baabc9ca7b18f152c8ce6331a1724 (diff)
downloadpyecsca-a95c6862623a9186677ec8a6914bb080594cfd85.tar.gz
pyecsca-a95c6862623a9186677ec8a6914bb080594cfd85.tar.zst
pyecsca-a95c6862623a9186677ec8a6914bb080594cfd85.zip
-rw-r--r--.github/workflows/lint.yml2
-rw-r--r--.github/workflows/perf.yml4
-rw-r--r--.github/workflows/test.yml4
3 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index ba7bfd9..57dcf0f 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -40,7 +40,7 @@ jobs:
git clone https://github.com/picotech/picosdk-python-wrappers && cd picosdk-python-wrappers && pip install . && cd ..
- name: Install dependencies
run: |
- pip install -e ".[picoscope_sdk, picoscope_alt, chipwhisperer, smartcard, gmp, test, dev]"
+ pip install -e ".[picoscope_sdk, picoscope_alt, chipwhisperer, smartcard, gmp, leia, test, dev]"
- name: Typecheck
run: |
make typecheck
diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml
index 4d56b7f..6211ea1 100644
--- a/.github/workflows/perf.yml
+++ b/.github/workflows/perf.yml
@@ -50,8 +50,8 @@ jobs:
git clone https://github.com/picotech/picosdk-python-wrappers && cd picosdk-python-wrappers && pip install . && cd ..
- name: Install dependencies
run: |
- if [ $USE_GMP == 1 ]; then pip install -e ".[picoscope_sdk, picoscope_alt, chipwhisperer, smartcard, pari, gmp, test, dev]"; fi
- if [ $USE_GMP == 0 ]; then pip install -e ".[picoscope_sdk, picoscope_alt, chipwhisperer, smartcard, pari, test, dev]"; fi
+ if [ $USE_GMP == 1 ]; then pip install -e ".[picoscope_sdk, picoscope_alt, chipwhisperer, smartcard, pari, leia, gmp, test, dev]"; fi
+ if [ $USE_GMP == 0 ]; then pip install -e ".[picoscope_sdk, picoscope_alt, chipwhisperer, smartcard, pari, leia, test, dev]"; fi
- name: Perf
run: |
make perf
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index edbace3..44e615b 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -50,8 +50,8 @@ jobs:
git clone https://github.com/picotech/picosdk-python-wrappers && cd picosdk-python-wrappers && pip install . && cd ..
- name: Install dependencies
run: |
- if [ $USE_GMP == 1 ]; then pip install -e ".[picoscope_sdk, picoscope_alt, chipwhisperer, smartcard, pari, gmp, test, dev]"; fi
- if [ $USE_GMP == 0 ]; then pip install -e ".[picoscope_sdk, picoscope_alt, chipwhisperer, smartcard, pari, test, dev]"; fi
+ if [ $USE_GMP == 1 ]; then pip install -e ".[picoscope_sdk, picoscope_alt, chipwhisperer, smartcard, pari, leia, gmp, test, dev]"; fi
+ if [ $USE_GMP == 0 ]; then pip install -e ".[picoscope_sdk, picoscope_alt, chipwhisperer, smartcard, pari, leia, test, dev]"; fi
- name: Test
run: |
make test