Skip to main content
Sign in
Snippets Groups Projects
Commit 9e71d13b authored by benoit-cty's avatar benoit-cty
Browse files

Fix PYTHON

parent 9d99bcc0
Branches
No related tags found
1 merge request!115Publication Conda
Pipeline #15899 failed
......@@ -19,7 +19,7 @@ source:
build:
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install . -vv"
script: "python -m pip install . -vv"
requirements:
host:
......
......
......@@ -197,7 +197,7 @@ deploy_conda:
needs: ["check-version"]
image: continuumio/miniconda3
script:
- conda install -y conda-build anaconda-client
- conda install -y conda-build anaconda-client conda-verify
- conda config --set anaconda_upload yes
- conda build -c conda-forge -c fastai -c Leximpact -c openfisca --token $ANACONDA_TOKEN --user Leximpact .conda
only:
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment