From 4d0dcb5c0531557a479999fddb664fa993d7f21f Mon Sep 17 00:00:00 2001 From: NEKOYASAN Date: Wed, 1 Nov 2023 16:16:53 +0900 Subject: [PATCH] =?UTF-8?q?fix(ci):=20env=E3=82=92=E3=82=B3=E3=83=94?= =?UTF-8?q?=E3=83=BC=E3=81=97=E3=81=A6=E6=8C=81=E3=81=A3=E3=81=A6=E3=81=8F?= =?UTF-8?q?=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 325a08e..8f672c7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,5 +20,7 @@ jobs: cache-dependency-path: pyproject.toml - name: dependency install run: pip install -e ".[dev]" + - name: copy env + run: cp .env.example .env - name: test run: tox