Skip to content

Commit 469b32e

Browse files
committed
Make test workflow cross-platform compatible
1 parent 8e83bae commit 469b32e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
pip install pip==25.1.0
2727
pip install -r requirements.txt
2828
python -m build --wheel
29-
pip install dist/*.whl
29+
cd dist && python -m pip install *.whl
3030
- name: Test with pytest
3131
run: |
3232
cd tests/ && python -m pytest --cov jmespath --cov-report term-missing

0 commit comments

Comments
 (0)