Skip to content

Commit

Permalink
Firefox instead of chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneTR committed Oct 10, 2024
1 parent bac2c84 commit 5c731c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/gmt-pytest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ runs:
run: |
source venv/bin/activate
python3 -m pip install -r requirements-dev.txt
playwright install --with-deps chromium
playwright install --with-deps firefox
cd tests && python3 setup-test-env.py --no-docker-build
- name: Set up Docker Buildx
Expand Down
2 changes: 1 addition & 1 deletion tests/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Make sure you have the required dev dependencies installed:

```bash
python3 -m pip install -r ../requirements-dev.txt
playwright install --with-deps chromium
playwright install --with-deps firefox
```

We assume that your green-metrics-tool is already set up to work on your machine, as it will use your local config.yml
Expand Down

0 comments on commit 5c731c7

Please sign in to comment.