Skip to content

Commit

Permalink
Install dependencies in one step
Browse files Browse the repository at this point in the history
  • Loading branch information
KasukabeDefenceForce committed Aug 19, 2024
1 parent 6049e51 commit 92eded1
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/tardis-research-papers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup micromamba
- name: Setup micromamba and install dependencies
uses: mamba-org/setup-micromamba@v1
with:
environment-name: fetch-env
create-args: >-
python=3.10
- name: Activate environment
run: micromamba activate fetch-env

- name: Install additional dependencies
run: |
micromamba install -y jupyter
jupyter
- name: Run the ADS notebook
run: |
Expand Down

0 comments on commit 92eded1

Please sign in to comment.