Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jalving committed May 8, 2024
1 parent ab80670 commit d34bca5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ jobs:
- name: "Run tox targets for ${{ matrix.python-version }}"
run: "tox"

# - name: "Run tox notebooks targets for ${{ matrix.python-version }}"
# run: |
# shopt -s globstar
# tox -e notebooks docs/**/*.ipynb

- name: "Convert coverage"
run: "python -m coverage xml"

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ envlist = py36, py37, py38, py39, py310, lint
python =
3.6: py36
3.7: py37
3.8: py38, lint
3.8: lint, py38
3.9: py39
3.10: py310

Expand Down

0 comments on commit d34bca5

Please sign in to comment.