with:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
- run: python -m pip install -U pip wheel coverage codecov pytest
+ run: python -m pip install -U pip wheel setuptools -r requirements_dev.txt
- name: Install Dependencies
run: python setup.py develop
- name: Run tests
with:
python-version: "3.10"
- name: Install Dependencies
- run: python -m pip install -U pip wheel black isort pytest
+ run: python -m pip install -U pip wheel setuptools -r requirements_dev.txt
- name: Install Dependencies
run: python setup.py develop
- name: Run black