Skip to content

Commit

Permalink
Use conda lock files and unify all CI platforms to one job.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed May 30, 2024
1 parent edbe11d commit e1399e9
Show file tree
Hide file tree
Showing 11 changed files with 14,598 additions and 232 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/environments/conda.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/workflows/environments/environment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
channels:
- conda-forge
dependencies:
- tbb
- tbb-devel
- embree
- pybind11
- numpy
- pillow
- pytest
- cmake
Loading

0 comments on commit e1399e9

Please sign in to comment.