Skip to content

Commit a1bc66a

Browse files
committed
Add sccache to environment.yml
1 parent 328469b commit a1bc66a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

environment.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@ dependencies:
7171
- asv>=0.5.1
7272

7373
## The compiler packages are meta-packages and install the correct compiler (activation) packages on the respective platforms.
74-
#- c-compiler
75-
#- cxx-compiler
74+
- c-compiler
75+
- cxx-compiler
76+
- sccache
7677

7778
# code checks
7879
- black=22.10.0

scripts/generate_pip_deps_from_conda.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import toml
2121
import yaml
2222

23-
EXCLUDE = {"python", "c-compiler", "cxx-compiler"}
23+
EXCLUDE = {"python", "c-compiler", "cxx-compiler", "sccache"}
2424
REMAP_VERSION = {"tzdata": "2022.1"}
2525
RENAME = {
2626
"pytables": "tables",

0 commit comments

Comments
 (0)