Skip to main content
Sign in
Snippets Groups Projects
Commit 0de97359 authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Swith to master branch before proceeding.

parent 040421f8
No related branches found
No related tags found
No related merge requests found
Pipeline #1033 failed
...@@ -17,6 +17,7 @@ interface Project { ...@@ -17,6 +17,7 @@ interface Project {
/// Upgrade, test & push openfisca-france-reforms when openfisca-france or /// Upgrade, test & push openfisca-france-reforms when openfisca-france or
/// openfisca-france-reforms change. /// openfisca-france-reforms change.
async function main() { async function main() {
await $`git switch master`
await $`poetry update` await $`poetry update`
await $`poetry install` await $`poetry install`
await $`poetry run python -m openfisca_france_reforms.plf_2022.scripts.run_test` await $`poetry run python -m openfisca_france_reforms.plf_2022.scripts.run_test`
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment