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