From 45c31d6538b9eb35e9bbf73e971fad4e080860bb Mon Sep 17 00:00:00 2001 From: jossmoff Date: Sun, 22 Oct 2023 22:26:59 +0100 Subject: [PATCH] :rocket: Initial bookshelf release --- .github/workflows/cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 0703c08..c9359d3 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -20,7 +20,7 @@ jobs: python-version: 3.x # Specify your desired Python version - name: 📦 Install dependencies - run: pip install -r requirements.txt # Replace with your requirements file + run: pip install -r requirements-dev.txt # Replace with your requirements file - name: ❄️ Run Flake8 run: flake8 .