Skip to content

Commit

Permalink
fix: remove unnecessary instalaltion in dev-build
Browse files Browse the repository at this point in the history
  • Loading branch information
NishaSharma14 committed Mar 21, 2023
1 parent 0727dfc commit 245a188
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip3 install --upgrade setuptools pip
pip3 install --no-cache-dir -r requirements.txt
python3 -m pip uninstall -y imantics
pip3 install imantics==0.1.12
pip3 install --no-deps decimer-segmentation
pip3 install --no-deps decimer>=2.2.0
pip3 install --no-deps STOUT-pypi>=2.0.5
pip install flake8 pytest
- name: Analysing the code with pylint
run: |
Expand Down

0 comments on commit 245a188

Please sign in to comment.