pull/607/head
Raphaël Vinot 2020-11-30 14:33:15 +01:00
родитель 47830ca058
Коммит 9be4a53f77
1 изменённых файлов: 6 добавлений и 6 удалений

12
.github/workflows/nosetests.yml поставляемый
Просмотреть файл

@ -28,12 +28,13 @@ jobs:
run: git submodule update --init --recursive
- name: Install system dependencies
run: |
sudo apt install jq moreutils
run: sudo apt install jq moreutils
- name: Validate files
run: ./validate_all.sh
- name: Install Python dependencies
run: |
python -m pip install poetry
run: python -m pip install poetry
- name: Install testing via python module
run: |
@ -44,9 +45,8 @@ jobs:
poetry install
popd
- name: Test
- name: Test with Python module
run: |
./validate_all.sh
pushd PyMISPGalaxies
poetry run nosetests-3.4 --with-coverage --cover-package=pymispgalaxies -d
popd