From 21343c9307891a6e069c03fa0eca64a95f939986 Mon Sep 17 00:00:00 2001 From: Enrico Bottazzi <85900164+enricobottazzi@users.noreply.github.com> Date: Wed, 14 Feb 2024 10:04:05 +0100 Subject: [PATCH] fix: workflow --- .github/workflows/circuit-sk.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/circuit-sk.yml b/.github/workflows/circuit-sk.yml index f8096c3..326fc59 100644 --- a/.github/workflows/circuit-sk.yml +++ b/.github/workflows/circuit-sk.yml @@ -24,7 +24,6 @@ jobs: - name: Generate Parameters for circuit and Run Tests run: | - export DPS=41 python3 scripts/circuit_sk.py -n 1024 -qis '[ 1152921504606584833, 1152921504598720513, @@ -41,6 +40,6 @@ jobs: 1152921504581877761, 1152921504581419009, 1152921504580894721 - ]' -t 65537 -output_input ./src/data/sk_enc_input.json -output_constants ./src/constants/sk_enc.rs + ]' -t 65537 cargo build cargo test --release -- --nocapture