Skip to content

Commit

Permalink
FIX: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jul 25, 2024
1 parent 8dd1967 commit c3eef6a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 86 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- project
- mne_data
- minimal_cmds
- .pyenv/versions
- .pyenv

cache_ds000117:
<<: *imageconfig
Expand Down
82 changes: 0 additions & 82 deletions .circleci/get_minimal_commands.sh

This file was deleted.

4 changes: 1 addition & 3 deletions .circleci/setup_bash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ echo "export DOWNLOAD_DATA=\"coverage run -m mne_bids_pipeline._download\"" >> "
wget -q https://raw.githubusercontent.com/mne-tools/mne-python/main/tools/setup_xvfb.sh
bash setup_xvfb.sh
sudo apt install -qq tcsh libxft2
# TODO: Restore
#wget -q https://raw.githubusercontent.com/mne-tools/mne-python/main/tools/get_minimal_commands.sh
source .circleci/get_minimal_commands.sh
wget -q https://raw.githubusercontent.com/mne-tools/mne-python/main/tools/get_minimal_commands.sh
mkdir -p ~/mne_data
echo "set -e" >> "$BASH_ENV"
echo 'export OPENBLAS_NUM_THREADS=2' >> "$BASH_ENV"
Expand Down

0 comments on commit c3eef6a

Please sign in to comment.