Skip to content

Commit 4b7af7f

Browse files
author
Micha
authored
Merge branch 'main' into merge-july
2 parents a81e8fa + e2a0945 commit 4b7af7f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/update-pinned-env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
steps:
7272
- uses: actions/checkout@v4
7373
- name: Download all artifacts
74-
uses: actions/download-artifact@v4
74+
uses: actions/download-artifact@v5
7575
with:
7676
name: lockfiles
7777
path: envs/

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ This repository contains the entire scientific project, including data sources a
1515
You need `conda` or `mamba` to run the analysis. Using conda, you can create an environment from within which you can run the analysis:
1616

1717
```
18-
conda env create -f envs/{os}-pinned.yaml
18+
conda env create -f envs/{os}.lock.yaml
1919
```
2020

2121
Where `{os}` should be replaced with your operating system, e.g. for linux the command would be:
2222

2323
```
24-
conda env create -f envs/linux-pinned.yaml
24+
conda env create -f envs/linux-64.lock.yaml
2525
```
2626

2727
## Run the analysis

0 commit comments

Comments
 (0)