Skip to content

Commit 9995082

Browse files
committed
Update release workflow to correct test paths for improved consistency and clarity
1 parent bef7670 commit 9995082

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,11 @@ jobs:
7575
cd sling
7676
pip install -e .
7777
pip install pyarrow
78-
cd -
7978
8079
# 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
80+
python -m pytest tests/tests.py -v
81+
SLING_USE_ARROW=false python -m pytest tests/test_sling_class.py -v
82+
SLING_USE_ARROW=true python -m pytest tests/test_sling_class.py -v
8483
8584
# Clean up the development installation
8685
pip uninstall -y sling sling-linux-amd64

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy