Skip to content

Commit

Permalink
move tests to top, add 3.11 in pytest CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aerorahul committed Jul 5, 2023
1 parent 6b81a6c commit d44d6c5
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Install wxflow and run tests with pytests
strategy:
matrix:
python: ["3.7", "3.8", "3.9", "3.10"]
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]

steps:
- name: Setup Python
Expand All @@ -30,4 +30,4 @@ jobs:
- name: Run pytests
run: |
cd $GITHUB_WORKSPACE
pytest -v src/tests
pytest -v
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ classifiers =
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Expand All @@ -41,7 +40,7 @@ python_requires = >= 3.6
setup_requires =
setuptools
install_requires =
numpy>=1.22.0
numpy>=1.21.6
PyYAML>=6.0
Jinja2>=3.1.2
tests_require =
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d44d6c5

Please sign in to comment.