Skip to content

Commit

Permalink
Merge pull request #5 from bilby-plugins/test-from-bilby-master
Browse files Browse the repository at this point in the history
BLD: Test with unreleased Bilby
  • Loading branch information
mj-will authored Apr 12, 2024
2 parents 254bab6 + 6100577 commit ade2f65
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 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 @@ -30,7 +30,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[test]
# install bilby directly from source to support plugins
python -m pip install git+https://git.ligo.org/lscsoft/bilby.git
python -m pip install .[test]
- name: Test with pytest
run: |
python -m pytest

0 comments on commit ade2f65

Please sign in to comment.