Commit d24dacff authored by Olivier's avatar Olivier Committed by oroulet

typo in CI names

parent e8a67e5d
......@@ -29,13 +29,13 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest mypy ruff
python -m pip install pytest mypy ruff
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
if [ -f dev_requirements.txt ]; then pip install -r dev_requirements.txt; fi
- name: Lint with ruff and mypy
- name: Lint with ruff
run: |
ruff check .
- name: Lint with mypy
- name: mypy
run: |
python -m pip install types-aiofiles types-python-dateutil types-pytz
python -m mypy asyncua/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment