Skip to content

Commit

Permalink
build: update ci.yml
Browse files Browse the repository at this point in the history
build was failing due to requirements not met
removed a job
  • Loading branch information
Talha-Rizwan committed Nov 23, 2023
1 parent f695160 commit a4167cc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4167cc

Please sign in to comment.