mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Fix Python backend and CI
This commit is contained in:
parent
e47a1fc220
commit
d60b521a4e
4
.github/workflows/harness.yml
vendored
4
.github/workflows/harness.yml
vendored
@ -121,7 +121,9 @@ jobs:
|
||||
# (permission issues)
|
||||
run: git clone https://github.com/CatalaLang/catala-examples --depth 1 ~/catala-examples
|
||||
- name: Build examples
|
||||
run: cd ~/catala-examples && opam --cli=2.1 exec -- make build install
|
||||
run: |
|
||||
cd ~/catala-examples
|
||||
opam --cli=2.1 exec -- make build pass_all_tests install
|
||||
- name: Checkout french-law repo
|
||||
run: git clone https://github.com/CatalaLang/french-law --depth 1 ~/french-law
|
||||
- name: Build french-law
|
||||
|
@ -20,6 +20,7 @@ import copy
|
||||
|
||||
Alpha = TypeVar('Alpha')
|
||||
Beta = TypeVar('Beta')
|
||||
Gamma = TypeVar('Gamma')
|
||||
|
||||
# ============
|
||||
# Type classes
|
||||
|
Loading…
Reference in New Issue
Block a user