Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Jan 30, 2024
1 parent 32c8a61 commit 7f269e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ authors = ["Bela Stoyan <bela.stoyan@quantco.com>", "Pavel Zwerschke <pavel.zwer
channels = ["conda-forge"]
platforms = ["linux-64", "osx-arm64", "osx-64", "win-64"]

# TODO: remove https://github.com/prefix-dev/pixi/issues/733
[tasks]
test = "pytest"
postinstall = "pip install --no-build-isolation --no-deps --disable-pip-version-check -e ."
Expand Down Expand Up @@ -47,9 +48,8 @@ hypothesis = "*"
# not strictly necessary for testing but needed for running postinstall
hatchling = "*"
[feature.test.tasks]
# not possible yet
# test = "pytest"
# postinstall = "pip install --no-build-isolation --no-deps --disable-pip-version-check -e ."
test = "pytest"
postinstall = "pip install --no-build-isolation --no-deps --disable-pip-version-check -e ."

[feature.lint.dependencies]
pre-commit = "*"
Expand Down

0 comments on commit 7f269e2

Please sign in to comment.