Commit be3dd81d authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch 'fix-uv-extras' into 'master'

use right options for uv with extras deps

Closes #90

See merge request to-be-continuous/python!122
parents 078f9541 354af5ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -704,7 +704,7 @@ variables:
        log_warn "Using uv but \\e[33;1muv.lock\\e[0m file not found: you shall commit it with your project files"
      fi
      maybe_install_uv
      uv sync --frozen ${PYTHON_EXTRA_DEPS:+--extras "$PYTHON_EXTRA_DEPS"}
      uv sync --frozen ${PYTHON_EXTRA_DEPS:+--extra "$PYTHON_EXTRA_DEPS"}
      ;;
    esac
  }