Skip to content

Commit b96c98e

Browse files
authored
fix: Update tox.ini (#4747)
1 parent 0ee5afe commit b96c98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ passenv =
8181
# Can be used to specify which tests to run, e.g.: tox -- -s
8282
commands =
8383
python -c "import os; os.system('install-custom-pkgs --install-boto-wheels')"
84-
pip install 'apache-airflow==2.9.1' --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.9.1/constraints-3.8.txt"
84+
pip install 'apache-airflow==2.9.2' --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.9.2/constraints-3.8.txt"
8585
pip install 'torch==2.0.1+cpu' -f 'https://download.pytorch.org/whl/torch_stable.html'
8686
pip install 'torchvision==0.15.2+cpu' -f 'https://download.pytorch.org/whl/torch_stable.html'
8787
pip install 'dill>=0.3.8'

0 commit comments

Comments
 (0)