Update main.yml

This commit is contained in:
Leon 2023-06-02 21:48:52 +02:00 committed by GitHub
parent aa9ba6fbb2
commit 0532d8cd78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -10,11 +10,13 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
fail-fast: true
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- name: Setup Chrome
uses: browser-actions/setup-chrome@v1.2.0
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3