Skip to content

Commit

Permalink
Merge pull request #144 from brittonsmith/yt4
Browse files Browse the repository at this point in the history
yt-4.0 testing updates
  • Loading branch information
chummels committed Jun 25, 2020
2 parents 6d86c2a + d4142a9 commit fcab04b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ commands:
echo 'TRIDENT_ANSWER_DATA=$HOME/answer_test_data' >> $BASH_ENV
echo 'TRIDENT_CONFIG=$HOME/.trident/config.tri' >> $BASH_ENV
echo 'YT_GOLD=8dcc2fa135dfe7a62438507066527caf5cb379c1' >> $BASH_ENV
echo 'YT_HEAD=yt-4.0' >> $BASH_ENV
echo 'YT_HEAD=master' >> $BASH_ENV
echo 'TRIDENT_GOLD=test-standard-sph-viz-v6' >> $BASH_ENV
echo 'TRIDENT_HEAD=tip' >> $BASH_ENV
Expand Down Expand Up @@ -43,6 +43,7 @@ commands:
pip install --upgrade wheel
pip install --upgrade setuptools
pip install Cython numpy
export MAX_BUILD_CORES=2
if [ << parameters.yttag >> != "None" ]; then
if [ ! -f $YT_DIR/README.md ]; then
git clone --branch=${YT_HEAD} https://github.com/yt-project/yt $YT_DIR
Expand Down

0 comments on commit fcab04b

Please sign in to comment.