Skip to content

Commit

Permalink
should be working
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Apr 18, 2023
1 parent a3b2c1b commit 00acc69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/caches_cron_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,3 @@ jobs:
ls -lh # Should show ephy_testing_data
cd ephy_testing_data
ls -lh
- name: Duplicated to test equivalence between ~ and $HOME
run: |
cd ~
pwd
du -hs spikeinterface_datasets
cd spikeinterface_datasets
pwd
ls -lh # Should show ephy_testing_data
cd ephy_testing_data
ls -lh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Optional, Union, Dict, Any
from typing import Optional, Union, Dict, Any, List

import numpy as np
import importlib
Expand Down

0 comments on commit 00acc69

Please sign in to comment.