diff options
| author | J08nY | 2024-06-17 14:09:52 +0200 |
|---|---|---|
| committer | J08nY | 2024-06-17 14:11:24 +0200 |
| commit | 0f54e0b0292e64dc0a802bb85005e0bc381aeb06 (patch) | |
| tree | 281b2181bf0d2762f3263c4f9a5de7240100785d /.github | |
| parent | b12d867c0dbb63b38939c4da89bd367abc0cb27a (diff) | |
| download | pyecsca-0f54e0b0292e64dc0a802bb85005e0bc381aeb06.tar.gz pyecsca-0f54e0b0292e64dc0a802bb85005e0bc381aeb06.tar.zst pyecsca-0f54e0b0292e64dc0a802bb85005e0bc381aeb06.zip | |
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/docs.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d34a50e..668bbc1 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -9,7 +9,7 @@ env: LLVM_CONFIG: /usr/bin/llvm-config-10 PS_PACKAGES: libps4000 libps5000 libps6000 GMP_PACKAGES: libgmp-dev libmpfr-dev libmpc-dev - OTHER_PACKAGES: swig gcc libpcsclite-dev llvm-10 libllvm10 llvm-10-dev libpari-dev pari-gp pari-seadata + OTHER_PACKAGES: swig gcc libpcsclite-dev llvm-10 libllvm10 llvm-10-dev libpari-dev pari-gp pari-seadata gcc-arm-none-eabi binutils-arm-none-eabi libnewlib-arm-none-eabi jobs: docs: @@ -56,10 +56,14 @@ jobs: python -m pip install -U pip setuptools wheel git clone https://github.com/colinoflynn/pico-python && cd pico-python && pip install . && cd .. git clone https://github.com/picotech/picosdk-python-wrappers && cd picosdk-python-wrappers && pip install . && cd .. - - name: Install dependencies + - name: Install pyecsca working-directory: pyecsca run: | pip install -e ".[picoscope_sdk, picoscope_alt, chipwhisperer, smartcard, gmp, leia, test, dev, doc]" + - name: Install pyecsca-codegen + working-directory: pyecsca-codegen + run: | + pip install -e "." - name: Build docs working-directory: pyecsca/docs run: | |
