Skip to content

Commit

Permalink
specify an older branch of BBHx in tox.ini (gwastro#4672)
Browse files Browse the repository at this point in the history
* specify an older branch of BBHx in tox.ini

* Update tox.ini
  • Loading branch information
WuShichao authored Mar 25, 2024
1 parent 9a7ef50 commit b95b260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ deps =
{[base]deps}
pytest
; Needed for `BBHx` package to work with PyCBC
git+https://github.com/mikekatz04/BBHx.git; sys_platform == 'linux'
git+https://github.com/mikekatz04/BBHx.git@4fff509; sys_platform == 'linux'
git+https://github.com/gwastro/BBHX-waveform-model.git; sys_platform == 'linux'
conda_deps=
mysqlclient
Expand Down Expand Up @@ -66,7 +66,7 @@ commands = bash tools/pycbc_test_suite.sh
deps =
{[base]deps}
; Needed for `BBHx` package to work with PyCBC
git+https://github.com/mikekatz04/BBHx.git; sys_platform == 'linux'
git+https://github.com/mikekatz04/BBHx.git@4fff509; sys_platform == 'linux'
git+https://github.com/gwastro/BBHX-waveform-model.git; sys_platform == 'linux'
conda_deps=
mysqlclient
Expand Down

0 comments on commit b95b260

Please sign in to comment.