Skip to content

Commit

Permalink
cis: test again vs pyvisa master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Jul 28, 2020
1 parent 8b5ba9e commit 457f2c6
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 @@ -31,7 +31,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8 black isort mypy
pip install git+https://github.com/pyvisa/pyvisa.git@ext-rname#egg=pyvisa
pip install git+https://github.com/pyvisa/pyvisa.git
- name: Isort
run: |
isort pyvisa_y -c;
Expand Down

0 comments on commit 457f2c6

Please sign in to comment.