Skip to content

Commit

Permalink
speed test
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Feb 18, 2023
1 parent 7924ae4 commit 5e3d3fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/caches_cron_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
- master
schedule:
- cron: "0 12 * * *" # Daily at noon UTC
pull_request:
types: [synchronize, opened, reopened]

jobs:

Expand Down Expand Up @@ -73,7 +71,7 @@ jobs:
git config --global user.name "CI Almighty"
python -m pip install -U pip # Official recommended way
pip install datalad-installer
datalad-installer --sudo ok git-annex --method datalad/packages
datalad-installer --sudo ok git-annex --method auto
pip install datalad
git config --global filter.annex.process "git-annex filter-process" # recommended for efficiency
- name: Download dataset
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/core-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# zarr is needed to test core
pip install zarr
pip install -e .
- name: Installad datalad
# - name: Installad datalad
# run: |
# pip install datalad-installer
# if [ ${{ runner.os }} = 'Linux' ]; then
Expand All @@ -50,18 +50,21 @@ jobs:
pip install datalad-installer
datalad-installer --sudo ok git-annex --method datalad/packages
pip install datalad
git config --global filter.annex.process "git-annex filter-process" # recommended for efficiency
- name: Install datalad on Windows
if: runner.os == 'Windows'
run: |
pip install datalad-installer
datalad-installer --sudo ok git-annex --method datalad/git-annex:release
pip install datalad
git config --global filter.annex.process "git-annex filter-process" # recommended for efficiency
- name: Install datalad on Mac
if: runner.os == 'macOS'
run: |
pip install datalad-installer
datalad-installer --sudo ok git-annex --method brew
pip install datalad
git config --global filter.annex.process "git-annex filter-process" # recommended for efficiency
- name: Test download
run: pytest -rA spikeinterface/core/tests/test_datasets.py
- name: Test core with pytest
Expand Down

0 comments on commit 5e3d3fc

Please sign in to comment.