Skip to content

Commit

Permalink
Delete lines commented out which are not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Oct 20, 2022
1 parent 8f920ad commit f9b7183
Showing 1 changed file with 7 additions and 34 deletions.
41 changes: 7 additions & 34 deletions .github/workflows/bridge.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
name: tardis-carsus-compatibility-check

# on:
# workflow_dispatch:
# inputs:
# git-ref:
# description: Git Ref (Optional)
# required: false

on:
push:
branches:
- '*'

pull_request:
branches:
- '*'
on:
workflow_dispatch:
inputs:
git-ref:
description: Git Ref (Optional)
required: false


env:
XUVTOP: /tmp/chianti
Expand Down Expand Up @@ -101,25 +93,13 @@ jobs:
- uses: actions/checkout@v2
with:
repository: tardis-sn/tardis

# - uses: actions/checkout@v2
# with:
# repository: atharva-2001/tardis-refdata
# ref: raise_error_refdata_compare
# path: tardis-refdata
# lfs: true

- name: Download refdata_compare notebook
run: wget https://raw.githubusercontent.com/atharva-2001/tardis-refdata/raise_error_refdata_compare/notebooks/ref_data_compare_from_paths.ipynb

- name: Download reference data
run: bash .ci-helpers/download_reference_data.sh

# - name: Fetch lfs objects
# run: |
# cd tardis-refdata
# git lfs checkout

- name: Setup TARDIS environment
uses: conda-incubator/setup-miniconda@v2
with:
Expand All @@ -128,15 +108,8 @@ jobs:
activate-environment: tardis
use-mamba: true

# - uses: actions/cache@v2
# with:
# path: /usr/share/miniconda3/envs/tardis
# key: conda-linux-64-${{ hashFiles('conda-linux-64.lock') }}-${{ env.CACHE_NUMBER }}
# id: cache-conda

- name: Update environment
run: mamba update -n tardis --file conda-linux-64.lock
# if: steps.cache-conda.outputs.cache-hit != 'true'

- name: Install bokeh
run: mamba install bokeh=2.2 --channel conda-forge --no-update-deps --yes
Expand Down

0 comments on commit f9b7183

Please sign in to comment.