Skip to content

Commit

Permalink
Use micromamba and lock files in test environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed May 28, 2024
1 parent b416d2f commit 9ac58eb
Show file tree
Hide file tree
Showing 10 changed files with 39,448 additions and 65 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/env-files/environment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: test
channels:
- conda-forge

dependencies:
- python==3.12
- tbb
- tbb-devel
- ninja
- cmake
- cython
- dynasor
- gsd
- matplotlib
- numpy
- pillow
- pytest
- rowan
- scikit-build
- scipy
- sympy
- uv
Loading

0 comments on commit 9ac58eb

Please sign in to comment.