Skip to content

Commit

Permalink
cis: switch back to using pyvisa main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Dec 22, 2022
1 parent a353c67 commit 3893b69
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:
run: |
python -m pip install --upgrade pip
pip install flake8 black isort mypy pytest
pip install git+https://github.com/pyvisa/pyvisa.git@vicp
pip install git+https://github.com/pyvisa/pyvisa.git@main
- name: Isort
run: |
isort pyvisa_py -c;
Expand Down

0 comments on commit 3893b69

Please sign in to comment.