Skip to content

Commit

Permalink
test: use sparv-pipeline-testing instead of local
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed Jun 3, 2024
1 parent 640e054 commit 8226878
Show file tree
Hide file tree
Showing 9 changed files with 271 additions and 1,197 deletions.
15 changes: 14 additions & 1 deletion pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ dev = [
"ruff>=0.4.5",
"bump-my-version>=0.19.0",
"syrupy>=4.6.1",
"sparv-pipeline-testing @ git+https://github.com/spraakbanken/[email protected]",
]
2 changes: 1 addition & 1 deletion sparv-sbx-sentence-sentiment-kb-sent/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,5 @@ prepare-release: tests/requirements-testing.lock

# we use lock extension so that dependabot doesn't pick up changes in this file
tests/requirements-testing.lock: pyproject.toml pdm.lock
pdm export --dev --format requirements --output $@
pdm export --dev --format requirements --no-hashes --output $@

Loading

0 comments on commit 8226878

Please sign in to comment.