Skip to content

Commit

Permalink
Merge pull request #11 from MartinPeris/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
MartinPeris authored Mar 16, 2024
2 parents e4b9275 + 865e992 commit 37fc223
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
name: Python package

on:
push:
branches: [ "main" ]
push: # This will trigger the workflow on a push to any branch
pull_request:
branches: [ "main" ]

Expand All @@ -16,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
numpy

0 comments on commit 37fc223

Please sign in to comment.