Skip to content

Commit dc4efae

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

2 files changed

Lines changed: 2 additions & 2 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ source = "https://github.com/clamsproject/clams-python"
3838
[project.optional-dependencies]
3939
dev = ["pytype", "pytest", "pytest-cov", "setuptools"]
4040
docs = ["sphinx>=7.0,<8.0", "furo", "m2r2", "sphinx-jsonschema"]
41-
test = ["pytest", "pytest-cov"]
41+
test = ["pytype", "pytest", "pytest-cov"]
4242

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

0 commit comments

Comments
 (0)