From a4167cc0aa8be9b0e5075f7c9ffeead4a5e3d310 Mon Sep 17 00:00:00 2001 From: Talha Date: Thu, 23 Nov 2023 15:21:04 +0500 Subject: [PATCH] build: update ci.yml build was failing due to requirements not met removed a job --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 661c314..bc4c251 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,13 +25,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - - name: Install pip - run: pip install -r requirements/pip.txt - - name: Install Dependencies - run: pip install -r requirements/ci.txt - - - name: Install Environment run: make requirements - name: Create Build