Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
enricobottazzi committed Feb 14, 2024
1 parent ae61b22 commit 21343c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/circuit-sk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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

0 comments on commit 21343c9

Please sign in to comment.