Skip to content

Commit

Permalink
Update pythonpackage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
will-roscoe authored Dec 11, 2023
1 parent db96314 commit 5a98c0a
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@

name: Python Packager

name: Python CI - pystest
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

paths:
- '**.py'
paths-ignore:
- 'docs/**'
- 'dev/**'
jobs:
build:

runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.12"]

steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 5a98c0a

Please sign in to comment.