mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-09 01:35:56 +03:00
fail on errors (got bitten by this)
This commit is contained in:
parent
4dccf8abe7
commit
5065108407
@ -1,4 +1,5 @@
|
|||||||
#! /usr/bin/env bash
|
#! /usr/bin/env bash
|
||||||
|
set -euo pipefail
|
||||||
|
|
||||||
cd "$(dirname "$0")"
|
cd "$(dirname "$0")"
|
||||||
python3 -m venv env
|
python3 -m venv env
|
||||||
|
Loading…
Reference in New Issue
Block a user