We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e72d8 commit 904f0feCopy full SHA for 904f0fe
.circleci/config.yml
@@ -81,14 +81,6 @@ jobs:
81
- run:
82
name: Install dependencies
83
command: |
84
- sudo apt-get update
85
- sudo apt install software-properties-common
86
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
90
- sudo apt-get install eyelink-edfapi
91
- sudo ldconfig
92
python -m pip install --upgrade pip
93
pip install -e ".[dev]"
94
@@ -131,7 +123,7 @@ workflows:
131
123
- test-windows
132
124
- docs-deploy:
133
125
requires:
134
- - test
126
+ - Test-Installed-SDK
135
127
- build-docs
136
128
filters:
137
129
branches:
0 commit comments