Skip to content

Commit

Permalink
Fix issues in python-package.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdunc23 committed Feb 8, 2024
1 parent 36d41dd commit 1d1c995
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
push:
branches:
- master
pull_request:
branches:
- master
pull_request:
branches:
- master

env:
STABLE_PYTHON_VERSION: '3.11'
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
name: Report coverage
runs-on: ubuntu-latest
needs:
- run
- build

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1d1c995

Please sign in to comment.