Skip to content
Snippets Groups Projects
Commit 46003ca3 authored by Jean-Baptiste Bayle's avatar Jean-Baptiste Bayle
Browse files

Use masked variable for lisaconstants token

parent 7bc1046c
No related branches found
No related tags found
1 merge request!19Resolve "Fix conversion when injecting test-mass glitches"
Pipeline #106572 passed
...@@ -6,15 +6,17 @@ stages: ...@@ -6,15 +6,17 @@ stages:
- test - test
- generate - generate
before_script:
- pip install -r requirements.txt
- pip install git+https://lisaglitch-ci:$LISACONSTANTS_TOKEN@gitlab.in2p3.fr/lisa-simulation/python-constants.git@v0.0.3
- pip install .
pylint: pylint:
script: script:
- pip install -r requirements.txt
- pylint **/*.py - pylint **/*.py
pytest: pytest:
script: script:
- pip install -r requirements.txt
- pip install .
- python -m pytest -v --junitxml=report.xml - python -m pytest -v --junitxml=report.xml
artifacts: artifacts:
reports: reports:
......
...@@ -22,5 +22,3 @@ scipy==1.6.0 ...@@ -22,5 +22,3 @@ scipy==1.6.0
six==1.15.0 six==1.15.0
toml==0.10.2 toml==0.10.2
wrapt==1.12.1 wrapt==1.12.1
git+https://lisaorbits-ci:tUtEB1-6rmqT6Dzw5mxT@gitlab.in2p3.fr/lisa-simulation/python-constants.git@v0.0.3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment