Skip to content

Commit

Permalink
Merge pull request #577 from analogdevicesinc/tfcollins/ci-fixes
Browse files Browse the repository at this point in the history
Tfcollins/ci fixes
  • Loading branch information
tfcollins authored Jun 13, 2024
2 parents 6450ff9 + 82f9407 commit a004772
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Empty file modified .github/scripts/install_pydeps.sh
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions .github/workflows/test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: '3.10'

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion test/test_cn0511_p.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def test_cn0511_attr(


#########################################
@pytest.mark.iio_hardware(hardware)
@pytest.mark.iio_hardware(hardware, True)
@pytest.mark.parametrize("classname", [(classname)])
@pytest.mark.parametrize(
"attr, depends, start, stop, step, tol, repeats",
Expand Down

0 comments on commit a004772

Please sign in to comment.