From 47f00b1eb8f3333903667dcf99c4dc7d7ac53887 Mon Sep 17 00:00:00 2001 From: devsjc Date: Thu, 7 Sep 2023 16:56:15 +0100 Subject: [PATCH] Update workflow --- .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 b9afde2..5cccead 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: # * Except this installs the dev dependencies and binaries as well - name: Install all dependencies run: | - ./venv/bin/pip install -q .[dev] + ./venv/bin/pip install -q --no-binary=dags .[dev] if: steps.restore-cache.outputs.cache-hit != 'true' # Cache the virtualenv for future runs