Skip to content

Commit 3895e09

Browse files
committed
FIX: Dont use export command on Windows runner
1 parent 5e1a610 commit 3895e09

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ jobs:
3333
python -m pip install --upgrade pip
3434
python -m pip install -e ".[dev]"
3535
36-
- name: Set environment variables
36+
- name: Set environment variables On macOS and Linux
37+
if: runner.os != 'Windows'
3738
run: |
38-
export EYELINKIO_USE_INSTALLED_EDFAPI=false
39+
export EYELINKIO_USE_INSTALLED_EDFAPI=false
3940
4041
- name: Run tests
4142
run: pytest

0 commit comments

Comments
 (0)