Skip to content

Commit b5e20e2

Browse files
committed
updated test CI path
1 parent 80a2860 commit b5e20e2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
test-and-codecov:
1414
name: "🤙 Call SDK test workflow"
15-
uses: clamsproject/.github/.github/workflows/sdk-codecov.yml@main
15+
uses: clamsproject/.github/.github/workflows/sdk-codecov-pyproj.yml@main
1616
secrets:
1717
CC_REPO_UPLOAD_TOKEN: ${{ secrets.CODECOV_UPLOAD_TOKEN_CLAMS_PYTHON }}
1818

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ homepage = "https://clams.ai"
3636
source = "https://github.com/clamsproject/clams-python"
3737

3838
[project.optional-dependencies]
39-
dev = ["pytype", "pytest", "pytest-cov", "setuptools"]
39+
dev = ["pytype", "pytest", "pytest-cov", "pillow", "setuptools"]
4040
docs = ["sphinx>=7.0,<8.0", "furo", "m2r2", "sphinx-jsonschema"]
41-
test = ["pytest", "pytest-cov"]
41+
test = ["pytype", "pytest", "pytest-cov", "pillow"]
4242

4343
[tool.setuptools.packages.find]
4444
where = ["."]

0 commit comments

Comments
 (0)