You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ "$RUNNER_OS" != "Windows" ] && [ ${{ matrix.python }} < '3.10' ]; then # Skip Prophet tests on Windows as installation complex. Skip on Python 3.10 as not supported.
54
+
if [ "$RUNNER_OS" != "Windows" ] && ${{ matrix.python-version != '3.10' }}; then # Skip Prophet tests on Windows as installation complex. Skip on Python 3.10 as not supported.
if [ "$RUNNER_OS" != "Windows" ] && [ ${{ matrix.python }} < '3.10' ]; then # Skip Prophet tests on Windows as installation complex. Skip on Python 3.10 as not supported.
44
+
if [ "$RUNNER_OS" != "Windows" ] && ${{ matrix.python-version != '3.10' }}; then # Skip Prophet tests on Windows as installation complex. Skip on Python 3.10 as not supported.
if [ "$RUNNER_OS" != "Windows" ] && [ ${{ matrix.python }} < '3.10' ]; then # Skip Prophet tests on Windows as installation complex. Skip on Python 3.10 as not supported.
59
+
if [ "$RUNNER_OS" != "Windows" ] && ${{ matrix.python-version != '3.10' }}; then # Skip Prophet tests on Windows as installation complex. Skip on Python 3.10 as not supported.
0 commit comments