Skip to content

Commit

Permalink
try different setup
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonFZ committed Oct 18, 2023
1 parent de0cb64 commit 3dd2170
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
jobs:
pytest:
runs-on: ${{ matrix.os }}
services:
selenium:
image: selenium/standalone-chrome
strategy:
fail-fast: false
matrix:
Expand All @@ -22,13 +25,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: "11"
distribution: "temurin"
- uses: browser-actions/setup-chrome@latest
- run: chrome --version

- name: Install Poetry
run: |
pipx install poetry
Expand Down

0 comments on commit 3dd2170

Please sign in to comment.