Skip to content

Commit

Permalink
Update python_package.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Oct 19, 2023
1 parent 20cd143 commit ab8589e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Python package

on:
push:
branches: ["main"]
branches:
- main
pull_request:
branches: ["main"]

jobs:
build:
Expand Down Expand Up @@ -42,4 +42,4 @@ jobs:
- name: Test with pytest
run: |
git submodule update --init --recursive
pytest
pytest --durations=0

0 comments on commit ab8589e

Please sign in to comment.