We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2366e1e commit 4f17ce3Copy full SHA for 4f17ce3
.github/workflows/test-gibbon-examples.yml
@@ -14,6 +14,9 @@ jobs:
14
sudo apt update
15
sudo apt-get install -y libgc-dev libgmp-dev uthash-dev gcc-11 racket
16
sudo unlink /usr/bin/gcc && sudo ln -s /usr/bin/gcc-11 /usr/bin/gcc
17
+ sudo apt-get install python3
18
+ pip3 install cplex
19
+ pip3 install docplex
20
- name: ghc and cabal
21
env:
22
HCKIND: ghc
0 commit comments