Skip to content

Commit 989af50

Browse files
committed
Make test workflow cross-platform compatible
1 parent 8e83bae commit 989af50

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
run: |
2626
pip install pip==25.1.0
2727
pip install -r requirements.txt
28-
python -m build --wheel
29-
pip install dist/*.whl
28+
python -m pip install .
3029
- name: Test with pytest
3130
run: |
3231
cd tests/ && python -m pytest --cov jmespath --cov-report term-missing
32+

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ hypothesis==5.35.4
66
# Setuptools is no longer provided by default in Python 3.12+
77
setuptools==71.1.0 ; python_version >= '3.12'
88
packaging==24.1 ; python_version >= '3.12'
9-
build==1.2.2.post1

0 commit comments

Comments
 (0)