Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ifu continuum #151

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
39 changes: 0 additions & 39 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,24 +271,6 @@ jobs:
no_output_timeout: 120m
- store_artifacts:
path: /tmp/nbcollection-ci-artifacts
Publish Website:
executor: nbcollection-builder
steps:
- checkout
- run:
command: bash ./.circleci/setup-env.sh
name: Setup Environment
no_output_timeout: 120m
- run:
command: nbcollection-ci merge-artifacts -c jdat_notebooks -o $CIRCLE_PROJECT_USERNAME
-r $CIRCLE_PROJECT_REPONAME
name: Publish Website
no_output_timeout: 120m
- add_ssh_keys
- run:
command: nbcollection-ci site-deployment -r origin -b gh-pages
name: Deploy Website
no_output_timeout: 120m
Pull Request:
executor: nbcollection-builder
steps:
Expand Down Expand Up @@ -326,25 +308,4 @@ workflows:
- Jdat Notebooks-Nircam Photometry
- Jdat Notebooks-Optimal Extraction Dynamic
- Pull Request
- Publish Website:
requires:
- Jdat Notebooks-Niriss Wfss Postpipeline
- Jdat Notebooks-Mos-Spectroscopy
- Jdat Notebooks-Mrs Mstar Analysis
- Jdat Notebooks-Cube Fitting
- Jdat Notebooks-Ifu Cube Continuum Fit
- Jdat Notebooks-Nircam Psf-Matched Photometry
- Jdat Notebooks-Miri Ifu Ysos In The Lmc
- Jdat Notebooks-Optimal Extraction
- Jdat Notebooks-Ifu Optimal
- Jdat Notebooks-Background Estimation Imaging
- Jdat Notebooks-Psf Photometry
- Jdat Notebooks-Specviz Notebookgui Interaction
- Jdat Notebooks-Asdf Example
- Jdat Notebooks-Aperture Photometry
- Jdat Notebooks-Nirspec Mast Query
- Jdat Notebooks-Miri Lrs Spectral Extraction
- Jdat Notebooks-Transit Spectroscopy Notebook
- Jdat Notebooks-Nircam Photometry
- Jdat Notebooks-Optimal Extraction Dynamic
version: '2.1'
5 changes: 3 additions & 2 deletions .circleci/setup-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ set -e

export LANG=C.UTF-8
export LC_ALL=C.UTF-8
conda install python=3.7.11

conda install python=3.8.10
apt-get update
apt-get install -y git make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl \
llvm libncurses5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev libfreetype6-dev
Expand All @@ -14,4 +15,4 @@ cd nbcollection
pip install -U pip setuptools
pip install -r ci_requirements.txt
python setup.py install
cd -
cd -
Loading