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 8e83bae commit 989af50Copy full SHA for 989af50
.github/workflows/run-tests.yml
@@ -25,8 +25,8 @@ jobs:
25
run: |
26
pip install pip==25.1.0
27
pip install -r requirements.txt
28
- python -m build --wheel
29
- pip install dist/*.whl
+ python -m pip install .
30
- name: Test with pytest
31
32
cd tests/ && python -m pytest --cov jmespath --cov-report term-missing
+
requirements.txt
@@ -6,4 +6,3 @@ hypothesis==5.35.4
6
# Setuptools is no longer provided by default in Python 3.12+
7
setuptools==71.1.0 ; python_version >= '3.12'
8
packaging==24.1 ; python_version >= '3.12'
9
-build==1.2.2.post1
0 commit comments