Commit 6edfe47
authored
Merge pull request #102 from at-gmbh/SimonCW-patch-1
This patch release fixes an issue with Conda package caching in GitLab CI. The caching configuration in `{{ cookiecutter.project_slug }}/.gitlab-ci.yml` has been updated to include the new `.conda` file format as well as additional cache directories.
**Changes include:**
- Updated caching paths to:
- `$PIP_CACHE_DIR`
- `$CONDA_PKGS_DIRS/*.conda`
- `$CONDA_PKGS_DIRS/*.tar.bz2`
- `$CONDA_PKGS_DIRS/urls*`
- `$CONDA_PKGS_DIRS/cache`
For a full list of changes, please refer to the [CHANGELOG.md](./CHANGELOG.md).File tree
3 files changed
+15
-2
lines changed- {{cookiecutter.project_slug}}
3 files changed
+15
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
12 | 23 | | |
13 | 24 | | |
14 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
87 | 88 | | |
88 | | - | |
| 89 | + | |
| 90 | + | |
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
| |||
0 commit comments