-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Inherit `center_time` from `peaklets` Following XENONnT/straxen#1503 * Debug for requirements installation * Update version of plugin
- Loading branch information
Showing
3 changed files
with
14 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
os: [ "ubuntu-latest" ] | ||
python-version: [ "3.10", "3.11" ] | ||
python-version: [ "3.11" ] | ||
test: [ "coveralls" ] | ||
|
||
steps: | ||
|
@@ -47,12 +47,7 @@ jobs: | |
python -m pip install --upgrade pip | ||
python -m pip install pytest coverage coveralls | ||
- name: Install requirements for Python 3.10 | ||
if: matrix.python-version == '3.10' | ||
run: pip install git+https://github.com/XENONnT/[email protected] --force-reinstall | ||
|
||
- name: Install requirements for Python 3.11 | ||
if: matrix.python-version == '3.11' | ||
- name: Install requirements | ||
run: pip install git+https://github.com/XENONnT/base_environment.git --force-reinstall | ||
|
||
- name: Install strax and straxen | ||
|
@@ -85,10 +80,6 @@ jobs: | |
SCADA_LOGIN_URL: ${{ secrets.SCADA_LOGIN_URL }} | ||
SCADA_PWD: ${{ secrets.SCADA_PWD }} | ||
|
||
- name: Install requirements | ||
run: | | ||
pip install -r extra_requirements/requirements-tests.txt | ||
- name: Install Axidence | ||
run: | | ||
pip install . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.