Skip to content

Commit

Permalink
Some debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomDefaultUser committed Nov 28, 2024
1 parent 7da7f42 commit eec81da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cpu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,14 @@ 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: |
Expand Down

0 comments on commit eec81da

Please sign in to comment.