Skip to content

Commit

Permalink
Pytest on remote only
Browse files Browse the repository at this point in the history
  • Loading branch information
woodthom2 committed May 25, 2024
1 parent b63a3b9 commit 431d251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Delete unwanted tests
run: rm tests/*selenium*
run: rm tests/*selenium* tests/*local*
- name: Test with pytest
run: |
pip install pytest
Expand Down

0 comments on commit 431d251

Please sign in to comment.