Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REQUEST] Add Windows to Github Actions workflow #12

Open
iwasakishuto opened this issue Aug 16, 2020 · 0 comments
Open

[REQUEST] Add Windows to Github Actions workflow #12

iwasakishuto opened this issue Aug 16, 2020 · 0 comments

Comments

@iwasakishuto
Copy link
Owner

Github Action workflow only supports ubuntu and macOS, so please add Windows

See here.

    runs-on: ${{ matrix.os }}
    strategy:
      max-parallel: 6
      matrix:
        python-version: [3.7, 3.8]
        chrome-version: ['83.0.4103.39']
        os: [ubuntu-latest, ubuntu-16.04, macos-latest]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant