We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d0e89 commit 0c4bd22Copy full SHA for 0c4bd22
.github/workflows/build_and_release.yml
@@ -53,7 +53,7 @@ jobs:
53
run: |
54
source test_before_testpypi/bin/activate
55
# Install the locally built wheel and testing dependencies
56
- pip install dist/*.whl pytest
+ pip install dist/*.whl pytest pytest-asyncio
57
pytest tests/metadata/test_metadata.py tests/predict
58
deactivate
59
# Publish to test-PyPI
@@ -100,7 +100,7 @@ jobs:
100
101
source test_before_pypi/bin/activate
102
103
104
105
106
rm -r test_before_pypi
0 commit comments