Skip to content

Commit

Permalink
Merge pull request #5 from mj-will/test-python-3.12
Browse files Browse the repository at this point in the history
Test python 3.12 & use bilby pre-release
  • Loading branch information
mj-will authored May 14, 2024
2 parents 7d41d3a + af213b6 commit b6d3be7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
runs-on: ubuntu-latest

steps:
Expand All @@ -31,7 +31,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .[test]
pip install git+https://git.ligo.org/lscsoft/bilby.git
pip install --pre bilby==2.3.0rc0 "numpy<2"
- name: Test with pytest
run: |
python -m pytest

0 comments on commit b6d3be7

Please sign in to comment.