mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 17:10:22 +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
|
||||
set -euo pipefail
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
python3 -m venv env
|
||||
|
Loading…
Reference in New Issue
Block a user