Skip to content

Commit 925d0fb

Browse files
Loosen memray pinning (#67)
1 parent 82fa073 commit 925d0fb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/python-memory-profile.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
py3version: ${{ inputs.py3version }}
3131
env_name: profiling
3232
additional_mamba_args:
33-
memray=1.9
34-
pytest-memray=1.5
33+
memray=1
34+
pytest-memray=1
3535
${{ inputs.additional_mamba_args }}
3636
cache_mamba_env: "true"
3737

@@ -50,4 +50,4 @@ jobs:
5050
with:
5151
name: memory-profiling-flamegraphs
5252
path: ~/flamegraphs/*.html
53-
if-no-files-found: error
53+
if-no-files-found: error

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727

2828
### Changed
2929

30+
- Loosened `memray` dependency pinning in `python-memory-profile.yml` to ensure version compatibility with a wider range of project pinning.
3031
- Updated environment caching method to only cache environment lockfiles / `explicit` lists, if using `conda-incubator/setup-miniconda`, to reduce Windows runner build times at the expense of slower Linux/OSX build times (#30).
3132
- Moved to `conda-incubator/setup-miniconda` instead of `mamba-org/setup-micromamba` where we would benefit from having `mamba`/`conda` available on the runner PATH (#26).
3233
- Added an optional zip file name parameter to `aws-upload/yml` (#57).

0 commit comments

Comments
 (0)