Skip to content

Commit

Permalink
TVB-2730 trying combinations for conda activate
Browse files Browse the repository at this point in the history
  • Loading branch information
liadomide committed Jun 8, 2020
1 parent 2aa714d commit af53f95
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packaging/Jenkinsfile-mac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ pipeline {
stage ('Run unit-tests') {
steps {
sh '''#!/bin/bash
activate tvb-gdist
source /WORK/anaconda3/anaconda3/etc/profile.d/conda.sh
conda activate tvb-gdist
pip install .
python setup.py build_ext --inplace
pytest --junitxml=results.xml
Expand All @@ -17,7 +18,8 @@ pipeline {
stage ('Build Mac WHL') {
steps {
sh '''#!/bin/bash
activate tvb-gdist
source /WORK/anaconda3/anaconda3/etc/profile.d/conda.sh
conda activate tvb-gdist
cd packaging
bash package_for_pip.sh
'''
Expand Down

0 comments on commit af53f95

Please sign in to comment.