Skip to content

Commit

Permalink
Build(deps): Bump the actions group with 4 updates (#63)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eric Larson <[email protected]>
  • Loading branch information
dependabot[bot] and larsoner authored Jul 21, 2024
1 parent acf4f9a commit ae2920d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
run:
shell: bash -el {0}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
if: ${{ matrix.kind == 'pip' }}
Expand Down Expand Up @@ -60,11 +60,11 @@ jobs:
working-directory: ./mne-python
- run: python -c "import mne; print(mne.datasets.testing.data_path(verbose=True))"
name: Get test data
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
key: ${{ env.TESTING_VERSION }}
path: ~/mne_data
- run: pytest -vv mne_realtime
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v4
if: success()
name: 'Upload coverage to CodeCov'
1 change: 1 addition & 0 deletions mne_realtime/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def pytest_configure(config):
ignore:The current default of copy=False will change.*:FutureWarning
ignore:MNE-realtime is discontinued in favor of.*:FutureWarning
ignore:unclosed .*:ResourceWarning
ignore:subprocess .* is still running.*:ResourceWarning
""" # noqa: E501
for warning_line in warning_lines.split('\n'):
warning_line = warning_line.strip()
Expand Down

0 comments on commit ae2920d

Please sign in to comment.