Skip to content

Commit

Permalink
chore: skip memray in windows platform
Browse files Browse the repository at this point in the history
  • Loading branch information
chanshing committed Nov 21, 2023
1 parent 570ea3d commit 2910beb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@ def get_string(string, rel_path="src/actipy/__init__.py"):
"twine",
"tomli",
"pytest",
"joblib",
"memray"
],
"joblib"
] + (["memray"] if not sys.platform.startswith("win") else []), # memray not supported on Windows
"docs": [
"sphinx>=4.2",
"sphinx_rtd_theme>=1.0",
Expand Down

0 comments on commit 2910beb

Please sign in to comment.