Skip to content

Commit

Permalink
interim
Browse files Browse the repository at this point in the history
  • Loading branch information
wintered committed Oct 18, 2024
1 parent 7578d3a commit d43c94a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install Python dependencies
run: |
sudo apt-get update
sudo apt-get install -y python3
sudo apt-get install -y python3 parallel z3 cvc5
- name: Install GHC and Cabal
run: |
Expand All @@ -27,8 +27,6 @@ jobs:
- name: Test ET
run: |
git clone https://github.com/wintered/ET
cd ET
bin/gen_tester grammars/Bitvectors.g4
#bin/run_tester 2 1000 Bitvectors solvers.cfg

0 comments on commit d43c94a

Please sign in to comment.