Skip to content

Commit 904f0fe

Browse files
committed
FIX: update test name and no need to install edf-api for doc build
1 parent b6e72d8 commit 904f0fe

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.circleci/config.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,6 @@ jobs:
8181
- run:
8282
name: Install dependencies
8383
command: |
84-
sudo apt-get update
85-
sudo apt install software-properties-common
86-
sudo apt-get update
87-
sudo add-apt-repository "deb http://download.sr-support.com/software SRResearch main"
88-
wget -O - "http://download.sr-support.com/software/SRResearch_key" | sudo apt-key add -
89-
sudo apt-get update
90-
sudo apt-get install eyelink-edfapi
91-
sudo ldconfig
9284
python -m pip install --upgrade pip
9385
pip install -e ".[dev]"
9486
- run:
@@ -131,7 +123,7 @@ workflows:
131123
- test-windows
132124
- docs-deploy:
133125
requires:
134-
- test
126+
- Test-Installed-SDK
135127
- build-docs
136128
filters:
137129
branches:

0 commit comments

Comments
 (0)