diff --git a/.github/workflows/validate-and-organize.yml b/.github/workflows/validate-and-organize.yml index 6066bb3..287d8ba 100644 --- a/.github/workflows/validate-and-organize.yml +++ b/.github/workflows/validate-and-organize.yml @@ -25,7 +25,7 @@ jobs: - name: Pip install packages run: | python -m pip install -U pip - pip install --no-cache-dir domino-py + pip install --no-cache-dir domino-py[cli] - name: Login to GitHub Container Registry uses: docker/login-action@v2 diff --git a/config.toml b/config.toml index 20ec407..9d3353e 100644 --- a/config.toml +++ b/config.toml @@ -10,3 +10,4 @@ REPOSITORY_LABEL = "OpenAI Domino Pieces" # The version of this Pieces release # Attention: changing this will create a new release VERSION = "0.3.3" + \ No newline at end of file