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 5e1a610 commit 3895e09Copy full SHA for 3895e09
.github/workflows/test.yaml
@@ -33,9 +33,10 @@ jobs:
33
python -m pip install --upgrade pip
34
python -m pip install -e ".[dev]"
35
36
- - name: Set environment variables
+ - name: Set environment variables On macOS and Linux
37
+ if: runner.os != 'Windows'
38
run: |
- export EYELINKIO_USE_INSTALLED_EDFAPI=false
39
+ export EYELINKIO_USE_INSTALLED_EDFAPI=false
40
41
- name: Run tests
42
run: pytest
0 commit comments