Skip to content

Commit

Permalink
Don't run lighthouse test
Browse files Browse the repository at this point in the history
  • Loading branch information
VirginiaDooley committed Apr 16, 2024
1 parent aafcfbb commit fc48d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r dev-requirements.txt
pip install -r requirements.txt
- name: Run tests
run: pytest

0 comments on commit fc48d92

Please sign in to comment.