Skip to content

Commit

Permalink
Deug pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed Feb 7, 2025
1 parent c89467e commit 5f9e6a0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,12 @@ jobs:

- name: Install requirements for Python 3.11
if: matrix.python-version == '3.11'
run: pip install git+https://github.com/XENONnT/base_environment.git@master --force-reinstall
run: pip install git+https://github.com/XENONnT/base_environment.git --force-reinstall

- name: Install strax and straxen
pip install git+https://github.com/AxFoundation/strax.git@master --force-reinstall
pip install git+https://github.com/XENONnT/straxen.git@master --force-reinstall
run: |
pip install git+https://github.com/AxFoundation/strax.git --force-reinstall
pip install git+https://github.com/XENONnT/straxen.git --force-reinstall
- name: Start MongoDB
uses: supercharge/[email protected]
Expand Down

0 comments on commit 5f9e6a0

Please sign in to comment.