Skip to content

Commit

Permalink
deploy environment with spec file; add aliases to mailmap
Browse files Browse the repository at this point in the history
  • Loading branch information
epassaro committed Apr 23, 2022
1 parent b54dc86 commit 0c50f0c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 12 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/update-zenodo-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'tardis-sn' }} # Do not run scheduled jobs on forks

defaults:
run:
shell: bash -l {0}

steps:
- uses: actions/checkout@v2
with:
Expand All @@ -25,13 +29,14 @@ jobs:
env:
KEY_SECRET_JSON: ${{ secrets.ZENODO_KEY_SECRET_JSON }}

- name: Setup Python
uses: actions/setup-python@v2
- name: Setup environment
uses: conda-incubator/setup-miniconda@v2
with:
python-version: 3.6

- name: Install Packages
run: pip install pandas==1.0.5 jupyter==1.0.0 jupyter-client==6.1.2 nbconvert==5.3.1 tornado==4.2 orcid
miniforge-variant: Mambaforge
miniforge-version: latest
environment-file: spec-file.txt
activate-environment: tardis_zenodo
use-mamba: true

- name: Run Notebook
run: jupyter nbconvert gather_data.ipynb --to html --execute --ExecutePreprocessor.timeout=6000
Expand Down Expand Up @@ -70,9 +75,6 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "tardis-bot"
- name: Debug step
run: ls -a

- name: Push Changes
run: |
git add -f .zenodo.json
Expand Down
23 changes: 20 additions & 3 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@ Aoife Boyle <[email protected]> aoifeboyle <[email protected]>
Arib Alam <[email protected]>
Arib Alam <[email protected]> aribalam <[email protected]>

Arjun Savel <[email protected]>
Arjun Savel <[email protected]> Arjun Savel <[email protected]>
Arjun Savel <[email protected]> Arjun Savel <[email protected]>
Arjun Savel <[email protected]> Arjun Savel <[email protected]>

Atharva Arya <[email protected]>
Atharva Arya <[email protected]> Atharva Arya <[email protected]>
Atharva Arya <[email protected]> Atharva Arya <[email protected]>

Atharwa Kharkar <[email protected]>
Expand Down Expand Up @@ -77,6 +80,10 @@ James Gillanders <[email protected]> jamesgillanders <47385282+jamesgillan
James Gillanders <[email protected]> James Gillanders <[email protected]>
James Gillanders <[email protected]> James Gillanders <[email protected]>

Jenny Yu <[email protected]>
Jenny Yu <[email protected]> yuyizh <[email protected]>
Jenny Yu <[email protected]> Jenny Yu <[email protected]>

John Reichenbach <[email protected]>

Jordi Eguren <[email protected]>
Expand All @@ -89,17 +96,19 @@ Kaushik Varanasi <[email protected]>
Kaushik Varanasi <[email protected]> kaushik94 <[email protected]>

Kevin Cawley <[email protected]>
Kevin Cawley <[email protected]> KevinCawley <[email protected]>
Kevin Cawley <[email protected]> KevinCawley <[email protected]>
Kevin Cawley <[email protected]> KevinCawley <[email protected]>
Kevin Cawley <[email protected]> KevinCawley <[email protected]>

Kevin Yap <[email protected]>

Laud Bentil <[email protected]>
Laud Bentil <[email protected]> Laud Bentil <[email protected]>
Laud Bentil <[email protected]> Laud Bentil <[email protected]>

Marc Williamson <[email protected]>
Marc Williamson <[email protected]> Marc Williamson <[email protected]>
Marc Williamson <[email protected]> Marc Williamson <[email protected]>
Marc Williamson <[email protected]> Marc Williamson <[email protected]>
Marc Williamson <[email protected]> Marc Williamson <[email protected]>

Mark Magee <[email protected]>

Expand All @@ -111,6 +120,7 @@ Maryam Patel <[email protected]> maryam patel <[email protected]>
Maryam Patel <[email protected]> maryampatel <[email protected]>

Matthew Bartnik <[email protected]>
Matthew Bartnik <[email protected]> bartnikm <[email protected]>

Michael Klauser <[email protected]>
Michael Klauser <[email protected]> Michael.Klauser <[email protected]>
Expand All @@ -122,6 +132,9 @@ Mikhail Mishin <[email protected]>
Morgan Sandler <[email protected]>
Morgan Sandler <[email protected]> Morgan <[email protected]>

Musabbiha Zaheer <[email protected]>
Musabbiha Zaheer <[email protected]> musabbihaz <[email protected]>

Nance Sarafina <[email protected]>

Nathan Kowalski <[email protected]>
Expand All @@ -138,6 +151,7 @@ Ran Livneh <[email protected]> Ran Livneh <[email protected]>
Sampark Sharma <[email protected]>

Shilpi Prasad <[email protected]>
Shilpi Prasad <[email protected]> Shilpi <[email protected]>

Sourav Singh <[email protected]>

Expand All @@ -156,6 +170,9 @@ Stuart Sim <[email protected]> ssim <[email protected]>
Stuart Sim <[email protected]> Stuart Sim <[email protected]>
Stuart Sim <[email protected]> Stuart Sim <[email protected]>

TARDIS Bot <[email protected]>
TARDIS Bot <[email protected]> tardis-bot <[email protected]>

Tomas Bylund <[email protected]>
Tomas Bylund <[email protected]> Tobychev <[email protected]>

Expand Down

0 comments on commit 0c50f0c

Please sign in to comment.