Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT: autoupdate pre-commit hooks #19

Merged
merged 10 commits into from
Oct 9, 2023
Prev Previous commit
Next Next commit
DX: rename Conda environment to strong2020-salamanca
  • Loading branch information
redeboer committed Sep 28, 2023
commit 85d4cef30c432d608aa5f3f50516bc7234d143cb
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ This (unofficial) repository contains the exercises for the [STRONG2020 HaSP Sch

```shell
conda env create
conda activate strong2020
conda activate strong2020-salamanca
```

3. Run notebooks in [Jupyter Lab](https://jupyter.org):
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: strong2020
name: strong2020-salamanca
dependencies:
- python==3.10.*
- pip