Skip to content

Commit

Permalink
cis: install pytest when running type checks
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed May 12, 2022
1 parent 40d7251 commit 44cd3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install tools
run: |
python -m pip install --upgrade pip
pip install flake8 black isort mypy
pip install flake8 black isort mypy pytest
pip install git+https://github.com/pyvisa/pyvisa.git#egg=pyvisa
- name: Isort
run: |
Expand Down

0 comments on commit 44cd3d3

Please sign in to comment.