summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2bcc7e56740c..c689af5d4881 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-pytensor
_name=${pkgname#python-}
pkgver=2.18.6
-pkgrel=1
+pkgrel=2
pkgdesc="Fork of Aesara -- Library for defining, optimizing, and efficiently evaluating mathematical expressions involving multi-dimensional arrays"
arch=(x86_64)
url="https://github.com/pymc-devs/pytensor"
@@ -116,10 +116,6 @@ check() {
_site_packages=$(python -c "import site; print(site.getsitepackages()[0])")
python -m installer --destdir=tmp_install dist/*.whl
- # Remove non-built package to avoid it overriding the built one in
- # tmp_install.
- rm -r pytensor
-
export PYTHONPATH="$PWD/tmp_install/$_site_packages"
# shellcheck disable=SC2086
pytest tests \