Skip to content

Commit

Permalink
rem zenodo
Browse files Browse the repository at this point in the history
  • Loading branch information
KasukabeDefenceForce committed Nov 25, 2024
1 parent f433956 commit 9994753
Showing 1 changed file with 1 addition and 40 deletions.
41 changes: 1 addition & 40 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,47 +20,8 @@ jobs:
secrets: inherit
with:
pip_git: true
zenodo:
runs-on: ubuntu-latest
steps:
# - uses: actions/checkout@v4
# with:
# repository: tardis-sn/tardis_zenodo
# token: ${{ secrets.BOT_TOKEN }}

- name: Checkout setup_env action
uses: actions/checkout@v4
with:
repository: KasukabeDefenceForce/tardis
sparse-checkout: |
.github/actions/setup_env/action.yml
sparse-checkout-cone-mode: true
path: tardis

- name: Setup environment
uses: ./tardis/.github/actions/setup_env
with:
os-label: "linux-64"

# - name: Dump Secret Key
# run: echo "$KEY_SECRET_JSON" > key_secret.json
# env:
# KEY_SECRET_JSON: ${{ secrets.ZENODO_KEY_SECRET_JSON }}

- name: Run Notebook
run: jupyter nbconvert gather_data.ipynb --to html --execute --ExecutePreprocessor.timeout=6000

- name: Run Notebook (allow errors)
run: jupyter nbconvert gather_data.ipynb --to html --execute --ExecutePreprocessor.timeout=6000 --allow-errors
if: failure()

- uses: actions/upload-artifact@v4
with:
name: zenodo_json
path: .zenodo.json

create:
needs: [pip_tests, zenodo]
needs: [pip_tests]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9994753

Please sign in to comment.