From d3cbc522913bc7b7236c490a7db8eac935450cfc Mon Sep 17 00:00:00 2001 From: Fijxu Date: Sat, 1 Aug 2026 22:21:45 -0400 Subject: [PATCH] CI: Exclude development dependencies from build job --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c62cfcf5a..42d1236f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: - name: Install Shards run: | if ! shards check; then - shards install + shards install --without-development fi - name: Run tests