Skip to content

Commit dfa4fbd

Browse files
committed
Revert "dev: add pixi setup for reproducible environments [no-ci] (NVIDIA#1066)"
This reverts commit 868fa53.
1 parent 868fa53 commit dfa4fbd

File tree

5 files changed

+9
-1973
lines changed

5 files changed

+9
-1973
lines changed

.gitattributes

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,3 @@ cuda/_version.py export-subst
77
*.hpp binary
88
# git should not convert line endings in PNG files
99
*.png binary
10-
# SCM syntax highlighting & preventing 3-way merges
11-
pixi.lock merge=binary linguist-language=YAML linguist-generated=true

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,3 @@ cython_debug/
182182

183183
# Dont ignore
184184
!.github/actions/build/
185-
# pixi environments
186-
.pixi/*
187-
!.pixi/config.toml
188-
.gdb_history

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ repos:
2424
- repo: local
2525
hooks:
2626
- id: check-spdx
27-
exclude: 'pixi\.lock$'
2827
name: Check SPDX Headers
2928
entry: python ./toolshed/check_spdx.py
3029
language: python
@@ -52,7 +51,7 @@ repos:
5251
- id: check-yaml
5352
- id: debug-statements
5453
- id: end-of-file-fixer
55-
exclude: &gen_exclude '^(?:cuda_bindings/cuda/bindings/.*\.in?|cuda_bindings/docs/source/module/.*\.rst?|pixi\.lock)$'
54+
exclude: &gen_exclude '^(?:cuda_bindings/cuda/bindings/.*\.in?|cuda_bindings/docs/source/module/.*\.rst?)$'
5655
- id: mixed-line-ending
5756
- id: trailing-whitespace
5857
exclude: *gen_exclude

0 commit comments

Comments
 (0)