Skip to content

Commit

Permalink
use correct requirement.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
kylepotts committed Aug 20, 2022
1 parent 0c16ca4 commit a38fba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
working-directory: ./test
run: |
python -m pip install --upgrade pip
pip install -r local-requirements.txt
pip install -r requirements.txt
pip install -e .
- name: Ensure browsers are installed
run: python -m playwright install --with-deps
Expand Down

0 comments on commit a38fba4

Please sign in to comment.