Skip to content

Commit

Permalink
misc maint
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Nov 20, 2022
1 parent af85617 commit 0ca073e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: [3.8]
python-version: [3.9]
env:
TZ: Europe/Berlin
FORCE_COLOR: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade setuptools wheel twine
python -m pip install --upgrade setuptools wheel twine
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
fail-fast: false
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.8]
python-version: [3.9]
mne-version: [mne-stable]

include:
# Test mne development version only on ubuntu
- platform: ubuntu-latest
python-version: "3.8"
python-version: "3.9"
mne-version: mne-main
run-as-extra: true

Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
path: docs/_build/html

- name: Upload coverage report
if: "matrix.platform == 'ubuntu-latest'"
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required but might help API rate limits
files: ./coverage.xml
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ Victor Xiang <[email protected]>
Victor Xiang <[email protected]> <[email protected]>
Yorguin Mantilla <[email protected]>
Yorguin Mantilla <[email protected]> <[email protected]>
Ole Bialas <[email protected]>
3 changes: 2 additions & 1 deletion docs/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Changelog

Bug
~~~
- :func:`find_bad_by_ransac <ransac.find_bad_by_ransac>` now accepts channel labels (``complete_chn_labs``) as a list as well, by `Ole_Bialas`_ (:gh:`116`).
- :func:`find_bad_by_ransac <ransac.find_bad_by_ransac>` now accepts channel labels (``complete_chn_labs``) as a list as well, by `Ole Bialas`_ (:gh:`116`).

.. _changes_0_4_2:

Expand Down Expand Up @@ -224,3 +224,4 @@ Changelog
.. _Austin Hurst: https://github.com/a-hurst
.. _Jonte Dancker: https://github.com/joDancker/
.. _Mathieu Scheltienne: https://github.com/mscheltienne
.. _Ole Bialas: https://github.com/OleBialas

0 comments on commit 0ca073e

Please sign in to comment.