Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0c4bd22

Browse files
add deps to testing before pypi (stanfordnlp#8308)
1 parent23d0e89 commit0c4bd22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/build_and_release.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run:|
5454
source test_before_testpypi/bin/activate
5555
# Install the locally built wheel and testing dependencies
56-
pip install dist/*.whl pytest
56+
pip install dist/*.whl pytest pytest-asyncio
5757
pytest tests/metadata/test_metadata.py tests/predict
5858
deactivate
5959
# Publish to test-PyPI
@@ -100,7 +100,7 @@ jobs:
100100
run:|
101101
source test_before_pypi/bin/activate
102102
# Install the locally built wheel and testing dependencies
103-
pip install dist/*.whl pytest
103+
pip install dist/*.whl pytest pytest-asyncio
104104
pytest tests/metadata/test_metadata.py tests/predict
105105
deactivate
106106
rm -r test_before_pypi

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp