Skip to content

Commit 431d251

Browse files
committed
Pytest on remote only
1 parent b63a3b9 commit 431d251

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python -m pip install --upgrade pip
3232
pip install -r requirements.txt
3333
- name: Delete unwanted tests
34-
run: rm tests/*selenium*
34+
run: rm tests/*selenium* tests/*local*
3535
- name: Test with pytest
3636
run: |
3737
pip install pytest

0 commit comments

Comments
 (0)