From 98cf4a20ea5f8a14908f27885710db0be7437610 Mon Sep 17 00:00:00 2001 From: Erick Benitez-Ramos Date: Sat, 27 Jul 2024 16:32:52 -0700 Subject: [PATCH] test --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 194e134b36..e105089288 100644 --- a/tox.ini +++ b/tox.ini @@ -80,6 +80,7 @@ passenv = # {posargs} can be passed in by additional arguments specified when invoking tox. # Can be used to specify which tests to run, e.g.: tox -- -s commands = + git branch --show-current python -c "import os; os.system('install-custom-pkgs --install-boto-wheels')" pip install 'apache-airflow==2.9.2' --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.9.2/constraints-3.8.txt" pip install 'torch==2.0.1+cpu' -f 'https://download.pytorch.org/whl/torch_stable.html'