Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinicius Vaz committed Oct 19, 2023
1 parent af6494f commit 7262a64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-and-organize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 7262a64

Please sign in to comment.