From b49b4ace5271d27f4280fadc23730b4bb0a43df3 Mon Sep 17 00:00:00 2001 From: VincentAuriau Date: Sat, 21 Oct 2023 13:33:31 +0200 Subject: [PATCH] ADD: dev specific env --- .github/workflows/ci.yaml | 2 +- envs/requirements-dev.txt | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 envs/requirements-dev.txt diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ad0436f..4dce88c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,7 +33,7 @@ jobs: run: | python -m pip install --upgrade pip cd envs - pip install -r environment.txt + pip install -r requirements-dev.txt pip install -e . - name: Run unit tests diff --git a/envs/requirements-dev.txt b/envs/requirements-dev.txt new file mode 100644 index 0000000..e69de29