Skip to content

Commit

Permalink
Let's see if cutting MALA out helps
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomDefaultUser committed Nov 28, 2024
1 parent eec81da commit 9994799
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cpu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,20 +167,18 @@ jobs:
# export Docker image Conda environment for a later comparison
conda env export -n mala-cpu > env_before.yml
pip list
# install mala package
pip --no-cache-dir install -e .[opt,test] --no-build-isolation
pip list
- name: Check if Conda environment meets the specified requirements
shell: 'bash -c "docker exec -i mala-cpu bash < {0}"'
run: |
# export Conda environment _with_ mala package installed in it (and extra dependencies)
conda env export -n mala-cpu > env_after.yml
sed -i '/materials-learning-algorithms/d' ./env_after.yml
# if comparison fails, `install/mala_cpu_[base]_environment.yml` needs to be aligned with
# `requirements.txt` and/or extra dependencies are missing in the Docker Conda environment
Expand Down
2 changes: 1 addition & 1 deletion mala/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version number of MALA."""

__version__: str = "1.2.2"
__version__: str = "1.2.1"

0 comments on commit 9994799

Please sign in to comment.