Fix changed files gha (#662)
This commit is contained in:
parent
8c312b37e2
commit
f15aff42c6
2 changed files with 3 additions and 1 deletions
|
|
@ -26,6 +26,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
**/pyproject.toml
|
**/pyproject.toml
|
||||||
|
files_ignore: |
|
||||||
|
examples/**
|
||||||
|
|
||||||
- name: Check for version changes or new packages
|
- name: Check for version changes or new packages
|
||||||
id: check-versions
|
id: check-versions
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ requires-python = ">=3.10"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arcade-math>=1.0.5,<1.1.0",
|
"arcade-math>=1.0.5,<1.1.0",
|
||||||
"local_filesystem>=0.1.0,<1.0.0",
|
"local_filesystem>=0.1.0,<1.0.0",
|
||||||
"arcade-mcp-server>=1.5.0,<2.0.0",
|
"arcade-mcp-server>=1.6.0,<2.0.0",
|
||||||
"httpx>=0.28.0,<1.0.0",
|
"httpx>=0.28.0,<1.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue