Skip to content

Commit

Permalink
Lock version of strax(en) in the test (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx authored Sep 27, 2024
1 parent e2589d9 commit 61163e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ jobs:
sudo apt-get install -y graphviz
python -m pip install --upgrade pip
python -m pip install pytest coverage coveralls
pip install git+https://github.com/AxFoundation/strax.git
pip install git+https://github.com/XENONnT/straxen.git
pip install git+https://github.com/XENONnT/[email protected]_cevns_unblind --force-reinstall
pip install strax==v1.6.5 --force-reinstall
pip install git+https://github.com/XENONnT/straxen.git@sr1_leftovers --force-reinstall
- name: Start MongoDB
uses: supercharge/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ documentation = "https://readthedocs.org/projects/axidence/"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
strax = ">=1.6.3"
straxen = ">=2.2.1"
strax = ">=1.6.3,<=1.6.5"
straxen = ">=2.2.1,<=2.3.0"
GOFevaluation = ">=0.1.4"

[build-system]
Expand Down

0 comments on commit 61163e5

Please sign in to comment.