Skip to content

Commit

Permalink
fixed gh action that installs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DinisCruz committed Oct 26, 2023
1 parent e53d055 commit bedcc28
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,4 @@ runs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -e .
- name: Configure Playwright
shell: bash
run: |
playwright install chromium
pip install -e .

0 comments on commit bedcc28

Please sign in to comment.