Compare commits
3
Commits
e9340f17c4
...
77a3219f39
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
77a3219f39 | ||
|
|
66370a33c2 | ||
|
|
5870c3b0a3 |
@@ -20,6 +20,7 @@ jobs:
|
|||||||
POETRY_VERSION: 2.1.1
|
POETRY_VERSION: 2.1.1
|
||||||
POETRY_HOME: /opt/poetry
|
POETRY_HOME: /opt/poetry
|
||||||
POETRY_NO_INTERACTION: 1
|
POETRY_NO_INTERACTION: 1
|
||||||
|
POETRY_NO_CACHE: 1
|
||||||
run: |
|
run: |
|
||||||
curl -sSL https://install.python-poetry.org | python3 -
|
curl -sSL https://install.python-poetry.org | python3 -
|
||||||
export PATH=$POETRY_HOME/bin:$PATH
|
export PATH=$POETRY_HOME/bin:$PATH
|
||||||
|
|||||||
@@ -33,7 +33,8 @@ random.seed(13)
|
|||||||
|
|
||||||
# load local test environment variables
|
# load local test environment variables
|
||||||
test_env_path = Path(__file__).parent.parent.parent.parent.parent / 'test.env'
|
test_env_path = Path(__file__).parent.parent.parent.parent.parent / 'test.env'
|
||||||
load_dotenv('test.env')
|
if test_env_path.exists():
|
||||||
|
load_dotenv(test_env_path.as_posix())
|
||||||
|
|
||||||
# define test environment variables
|
# define test environment variables
|
||||||
env_var_map = {
|
env_var_map = {
|
||||||
|
|||||||
Reference in New Issue
Block a user