Skip to content

Commit

Permalink
Merge pull request #313 from Steinbeck-Lab/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
Kohulan authored Aug 7, 2023
2 parents c0c5447 + d17b410 commit 2c5be18
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,22 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip3 install --upgrade setuptools pip
pip3 install --no-cache-dir -r requirements.txt
pip3 install rdkit
python3 -m pip uninstall -y imantics
pip3 install imantics==0.1.12
pip3 install openbabel-wheel
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: |
flake8 --per-file-ignores="__init__.py:F401" --ignore E402,E501,W503 $(git ls-files '*.py') .
# - name: Run test
# run: |
# pytest -p no:warnings
- name: Run test
run: |
python3 -m pytest -p no:warnings
push_to_registry:
name: Push Docker image to Docker Hub
Expand Down

0 comments on commit 2c5be18

Please sign in to comment.