Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abretaud committed Aug 20, 2024
1 parent 061e562 commit 28a2bb3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
python-version: 3.8
- name: Install Flake8
run: |
pip install flake8 flake8-import-order
pip install flake8
- name: Flake8
run: flake8 --ignore=E501,W504 biomaj_download/*.py biomaj_download/download

Expand All @@ -27,6 +27,8 @@ jobs:
python-version: 3.8
- name: Install requirements
run: |
sudo apt update
sudo apt install libcurl4-openssl-dev libssl-dev
pip install pytest
python setup.py install
- name: Run tests
Expand Down

0 comments on commit 28a2bb3

Please sign in to comment.