From 03145fc082c24fb45886139afd021bff72e54f0e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20P=C3=B6ppel?= <jpoeppel@techfak.uni-bielefeld.de>
Date: Fri, 23 Sep 2022 21:34:21 +0200
Subject: [PATCH] changed build number

---
 conda.recipe/install_python.sh | 2 +-
 conda.recipe/meta.yaml         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conda.recipe/install_python.sh b/conda.recipe/install_python.sh
index 2b61c1f..1357fb8 100644
--- a/conda.recipe/install_python.sh
+++ b/conda.recipe/install_python.sh
@@ -5,5 +5,5 @@
 # that for easier manual installation
 cd ipaaca-py
 echo "Installing ipaaca using setup.py"
-python -m pip install . -vv --no-deps
+$PYTHON -m pip install . -vv --no-deps
 #python setup.py install --single-version-externally-managed --record=record.txt
\ No newline at end of file
diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml
index f8d01f5..dbc04b5 100644
--- a/conda.recipe/meta.yaml
+++ b/conda.recipe/meta.yaml
@@ -13,7 +13,7 @@ source:
           folder: ipaaca-py
 
 build:
-        number: 11
+        number: 12
 
 
 requirements:
-- 
GitLab