Skip to content

Commit

Permalink
remove setup of xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Aug 4, 2022
1 parent 670f459 commit 5b9f152
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ jobs:
- run:
name: Set BASH_ENV
command: |
curl https://raw.githubusercontent.com/mne-tools/mne-python/main/tools/setup_xvfb.sh -o setup_xvfb.sh
chmod +x setup_xvfb.sh
./setup_xvfb.sh
sudo apt install -qq graphviz optipng python3.8-venv python3-venv libxft2 ffmpeg
sudo apt install qt5-default
python3.8 -m venv ~/python_env
Expand Down

0 comments on commit 5b9f152

Please sign in to comment.