Skip to content

Commit

Permalink
cis: test again vs pyvisa master branch (properly)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Jul 28, 2020
1 parent 85026f3 commit 31b6f5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .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
pip install git+https://github.com/pyvisa/pyvisa.git#egg=pyvisa
- name: Isort
run: |
isort pyvisa_y -c;
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install git+https://github.com/pyvisa/pyvisa.git@ext-rname#egg=pyvisa
pip install git+https://github.com/pyvisa/pyvisa.git#egg=pyvisa
- name: Install project
run: |
pip install -e .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install git+https://github.com/pyvisa/pyvisa.git@ext-rname#egg=pyvisa
pip install git+https://github.com/pyvisa/pyvisa.git
- name: Install project
run: |
python setup.py develop
Expand Down

0 comments on commit 31b6f5e

Please sign in to comment.