diff --git a/.dockerignore b/.dockerignore index e75fc6e45..492411fd5 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,7 +1,6 @@ **/node_modules **/.gitignore **/Dockerfile -**/.env.* .dockerignore .git diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2d9e6d99d..6891a018b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,7 +30,7 @@ jobs: - name: Install Dependencies if: steps.cache-dependencies.outputs.cache-hit != 'true' run: | - yarn install --frozen-lockfile --force --non-interactive + yarn --immutable yarn setup-python - name: Up for tests API