Skip to content

Commit

Permalink
add data to envlist, add test to dependencies for data in pyproject t…
Browse files Browse the repository at this point in the history
…o avoid allowlist_externals error
  • Loading branch information
bgenchel-avail committed Jul 3, 2024
1 parent 1127978 commit d1af94a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ bp-download = "basic_pitch.data.download:main"

[project.optional-dependencies]
data = [
"basic_pitch[tf]",
"basic_pitch[tf,test]",
"apache_beam",
"mirdata",
"smart_open",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py38,py39,py310,py311,full,manifest,check-formatting,lint,mypy
envlist = py38,py39,py310,py311,full,data,manifest,check-formatting,lint,mypy
skipsdist = True
usedevelop = True
requires =
Expand Down

0 comments on commit d1af94a

Please sign in to comment.