Skip to content

Commit

Permalink
Merge pull request #57 from neutrinoceros/test_cp312
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros authored Aug 15, 2023
2 parents cd91484 + 38c0762 commit 1acf999
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- 3.12-dev
# Test all on ubuntu, test ends on macos and windows
include:
- os: macos-latest
Expand All @@ -51,9 +52,11 @@ jobs:
env:
dependencies: ${{ matrix.dependencies }}
run: |
python -m pip install --editable "."
python -m pip install -r test_requirements.txt
python -m pip install --editable "."
- name: Run Tests
env:
testsuite: ${{ matrix.tests-type }}
run: pytest --color=yes
run: |
python -m pip list
pytest --color=yes
1 change: 1 addition & 0 deletions test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pytest>=6.2.4
numpy>=1.26.0b1 ; python_version >= '3.12rc1'

0 comments on commit 1acf999

Please sign in to comment.