diff options
| author | J08nY | 2023-08-08 18:00:40 +0200 |
|---|---|---|
| committer | J08nY | 2023-08-08 18:00:54 +0200 |
| commit | 5309bf2ace118a507aa17c0a7b9a7b7bb109b682 (patch) | |
| tree | bfa74905d78c39796eb6cef5915e56c4b924e108 /.github | |
| parent | cfe104a1712546d352926fa499f10c85cadd70ea (diff) | |
| download | pyecsca-5309bf2ace118a507aa17c0a7b9a7b7bb109b682.tar.gz pyecsca-5309bf2ace118a507aa17c0a7b9a7b7bb109b682.tar.zst pyecsca-5309bf2ace118a507aa17c0a7b9a7b7bb109b682.zip | |
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/lint.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/test.yml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a947379..b8c4fc2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -43,7 +43,7 @@ jobs: - name: Install dependencies run: | python -m pip install -U pip setuptools wheel - pip install -e ".[picoscope_sdk, picoscope_alt, chipwhisperer, smartcard, leia, gmp, test, dev]" + pip install -e ".[picoscope_sdk, picoscope_alt, chipwhisperer, smartcard, gmp, test, dev]" - name: Typecheck run: | make typecheck diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d7aed43..cd0f777 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,8 +53,8 @@ jobs: - name: Install dependencies run: | python -m pip install -U pip setuptools wheel - if [ $USE_GMP == 1 ]; then pip install -e ".[picoscope_sdk, picoscope_alt, chipwhisperer, smartcard, leia, gmp, test, dev]"; fi - if [ $USE_GMP == 0 ]; then pip install -e ".[picoscope_sdk, picoscope_alt, chipwhisperer, smartcard, leia, test, dev]"; fi + if [ $USE_GMP == 1 ]; then pip install -e ".[picoscope_sdk, picoscope_alt, chipwhisperer, smartcard, gmp, test, dev]"; fi + if [ $USE_GMP == 0 ]; then pip install -e ".[picoscope_sdk, picoscope_alt, chipwhisperer, smartcard, test, dev]"; fi - name: Test run: | make test |
