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 bef7670 commit 9995082Copy full SHA for 9995082
.github/workflows/release.yml
@@ -75,12 +75,11 @@ jobs:
75
cd sling
76
pip install -e .
77
pip install pyarrow
78
- cd -
79
80
# Run the tests
81
- python -m pytest sling/tests/tests.py -v
82
- SLING_USE_ARROW=false python -m pytest sling/tests/test_sling_class.py -v
83
- SLING_USE_ARROW=true python -m pytest sling/tests/test_sling_class.py -v
+ python -m pytest tests/tests.py -v
+ SLING_USE_ARROW=false python -m pytest tests/test_sling_class.py -v
+ SLING_USE_ARROW=true python -m pytest tests/test_sling_class.py -v
84
85
# Clean up the development installation
86
pip uninstall -y sling sling-linux-amd64
0 commit comments