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 b63a3b9 commit 431d251Copy full SHA for 431d251
1 file changed
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
python -m pip install --upgrade pip
32
pip install -r requirements.txt
33
- name: Delete unwanted tests
34
- run: rm tests/*selenium*
+ run: rm tests/*selenium* tests/*local*
35
- name: Test with pytest
36
run: |
37
pip install pytest
0 commit comments