Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daavid00 authored Oct 27, 2022
1 parent 17c0478 commit cdcd6b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

jobs:
run-pyff-local:
run-pymm-local:
timeout-minutes: 30
strategy:
fail-fast: false
Expand All @@ -32,7 +32,7 @@ jobs:
sudo apt-get update
sudo apt-get -y install gmsh
- name: Install test dependecies
- name: Install test dependecies
run: |
pip install --upgrade pip setuptools wheel
pip install -r dev-requirements.txt
Expand All @@ -41,12 +41,12 @@ jobs:
run: |
pip install .
- name: Check code style and linting
- name: Check code style and linting
run: |
black --check src/ tests/ setup.py
pylint src/ tests/ setup.py
mypy --ignore-missing-imports src/ tests/ setup.py
- name: Run the tests
run: |
pytest --cov=pymm --cov-report term-missing tests/
pytest --cov=pymm --cov-report term-missing tests/

0 comments on commit cdcd6b1

Please sign in to comment.