Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
path: |
tests/data/zenodo_test_files_LFP/zenodo_sim_files
tests/data/zenodo_test_files_LFP/zenodo_emp_files
key: ${{ runner.os }}-file-${{ hashFiles('requirements.txt') }}-v1
key: ${{ runner.os }}-test-data-permanent-v1 # 7-day cache permanent key

- name: Create directory for tests data (empty in repo)
if: steps.file-cache.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -54,4 +54,4 @@ jobs:

- name: Run tests with pytest
run: |
pytest -v
pytest -v --ignore=tests/test_EEG/test_EEG.py
Loading