fix(ci): Remove keyset cache for e2e benchmark

This commit is contained in:
Bourgerie Quentin
2023-12-13 17:56:48 +01:00
committed by Quentin Bourgerie
parent 23c721996a
commit 95ddf4b65e

View File

@@ -96,13 +96,6 @@ jobs:
cd compilers/concrete-compiler/compiler
make BINDINGS_PYTHON_ENABLED=OFF CUDA_SUPPORT=${{ env.CUDA_SUPPORT }} build-benchmarks
- name: Download KeySetCache
if: ${{ !contains(github.head_ref, 'newkeysetcache') }}
continue-on-error: true
run: |
cd compilers/concrete-compiler/compiler
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} make keysetcache_ci_populated
- name: Run end-to-end benchmarks
run: |
set -e