From 9940fe27c56c3a3cab73f6c78c58a6d0689717cb Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Fri, 20 Mar 2026 23:43:56 +0000 Subject: [PATCH] Remove tailwind installation from CI Not needed anymore as we removed canonical_tailwind --- .github/workflows/test_and_deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 4a2a25f1..90ad204f 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -62,8 +62,6 @@ jobs: FLUXON_KEY_FINGERPRINT: ${{ secrets.FLUXON_KEY_FINGERPRINT }} - name: Fetch dependencies run: mix deps.get - - name: 💨 Install Tailwind (needed for formatter) - run: mix tailwind.install - name: 📦 Check unused dependencies run: mix deps.unlock --check-unused - name: 🔮 Compile for DEV