Skip to content

Commit

Permalink
Update python-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nnn911 authored Aug 15, 2023
1 parent fc7a01e commit 9f505da
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,16 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

repository_dispatch:
types: [ovito_update]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]
python-version: ["3.10"]
# python-version: ["3.7", "3.10", "3.11"]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.7", "3.10", "3.11"]
exclude:
- os: macos-latest
python-version: "3.7"
Expand Down

0 comments on commit 9f505da

Please sign in to comment.