Skip to content

Commit

Permalink
Fix playwright installation on CI (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkn authored May 17, 2024
1 parent fecb7ee commit 1b94cf5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
- run: sudo apt install build-essential libsqlite3-dev

- run: npm install playwright@latest
- run: ./node_modules/.bin/playwright install

- run: bundle install --jobs 4 --retry 3 --without "nmatrix python"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nmatrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
- run: sudo apt install build-essential libsqlite3-dev

- run: npm install playwright@latest
- run: ./node_modules/.bin/playwright install

- run: bundle install --jobs 4 --retry 3 --without "numo python"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pycall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
- run: sudo apt install build-essential libsqlite3-dev

- run: npm install playwright@latest
- run: ./node_modules/.bin/playwright install

- run: pip install --user matplotlib pandas

Expand Down

0 comments on commit 1b94cf5

Please sign in to comment.