Skip to content

Commit

Permalink
Updated cutekit and cat.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepy-monax committed Sep 14, 2024
1 parent fdfee3b commit 1ccbdc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Install CuteKit
run: |
pip install git+https://github.com/cute-engineering/cutekit.git@0.7.4
pip install git+https://github.com/cute-engineering/cutekit.git@0.7.5
python -m cutekit model install
pip install -r .cutekit/extern/cute-engineering/cat/meta/plugins/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"extern": {
"cute-engineering/cat": {
"git": "https://github.com/cute-engineering/cat.git",
"tag": "v0.7.1"
"tag": "v0.7.2"
}
}
}

0 comments on commit 1ccbdc3

Please sign in to comment.