From 0f84b76de0118d32745d5742d7bd356391c7102c Mon Sep 17 00:00:00 2001 From: Louis-Jean Teitelbaum Date: Thu, 12 Sep 2024 19:30:01 +0200 Subject: [PATCH] Hotfix for ci.yml to pass checks Change is already merged in main --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6126146..89181b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,6 +35,8 @@ jobs: - name: ✨ Black, isort, flake8 run: | make quality + env: + USE_VENV: 1 - name: 🚧 Check pending migrations run: | django-admin makemigrations --check --dry-run --noinput