diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5521cefc..05a52a41 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - uses: conda-incubator/setup-miniconda@v2 + - uses: conda-incubator/setup-miniconda@v3 with: mamba-version: "*" channels: conda-forge,defaults diff --git a/README.md b/README.md index 38ca0a78..a6ca99f6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Analysis essentials [![Build Status]([https://github.com/hsf-training/analysis-essentials/actions/workflows/build.yml/badge.svg](https://github.com/hsf-training/analysis-essentials/actions/workflows/build.yml/badge.svg))](https://github.com/hsf-training/analysis-essentials/actions/workflows/build.yml/badge.svg) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/hsf-training/analysis-essentials/master) +# Analysis essentials [![Build Status](https://github.com/hsf-training/analysis-essentials/actions/workflows/build.yml/badge.svg)](https://github.com/hsf-training/analysis-essentials/actions/workflows/build.yml/badge.svg) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/hsf-training/analysis-essentials/master) This is the source material for the [analysis essentials website][website], a @@ -13,6 +13,14 @@ able to follow the experiment-specific lessons that are taught afterwards. Contributions to the lessons are highly encouraged. Please see the [contributing guide][contributing] for details on how to participate. +{% callout "HSF Software Training" %} + +This training module is part of the [HSF Software Training Center](https://hepsoftwarefoundation.org/training/curriculum.html), +a series of training modules that serves HEP newcomers the software skills needed +as they enter the field, and in parallel, instill best practices for writing software. + +{% endcallout %} + ## Prerequisites There are two options for running these lessons. Running locally should be prefered on Linux and macOS as it is faster and makes it easier to save you work. On Windows it is likely easier to use Binder however care is needed to prevent notebooks being lost when the server is shut down.