Skip to content

Commit 7e417bb

Browse files
committed
FIX: flake
1 parent 898d8ff commit 7e417bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
run: |
2323
python -m pip install --upgrade pip
2424
python -m pip install -e ".[dev]"
25-
run:
26-
name: Set environment variables
27-
command: |
25+
26+
- name: Set environment variables
27+
run: |
2828
export EYELINKIO_USE_INSTALLED_EDFAPI=false
2929
3030
- name: Run tests

0 commit comments

Comments
 (0)