Skip to content

Commit

Permalink
TEST - rename full env
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 committed Jul 26, 2022
1 parent c198034 commit 370d8e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/environments/envs.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# env files to create
envs:
full:
fulls:
matrix:
cuda_version: ["11.5", "11.6"]
arch: [x86_64]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ dependencies:
- python>=3.8,<3.10
- scikit-build>=0.13.1
- spdlog>=1.8.5,<1.9
name: full_cuda-11.5_arch-x86_64
name: fulls_cuda-11.5_arch-x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ dependencies:
- python>=3.8,<3.10
- scikit-build>=0.13.1
- spdlog>=1.8.5,<1.9
name: full_cuda-11.6_arch-x86_64
name: fulls_cuda-11.6_arch-x86_64

0 comments on commit 370d8e6

Please sign in to comment.