Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ctomkow committed Aug 8, 2024
1 parent 3fd6ada commit ec57687
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/jsonparse-buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
pip install .[buildtest27_library]
python -m pip install --upgrade pip
pip install .[buildtest27]
- name: Test with pytest and generate codecov
run: |
pytest --cov=jsonparse --ignore=tests/test_webapi.py
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dev = [
"gunicorn==20.1.0",
"werkzeug==2.0.0"
]
buildtest27_library = [
buildtest27 = [
"hatchling==0.25.1", # includes 2.7 support, but not 3.6 :/ CI will fail for 3.6
"pytest==4.6.11",
"pytest-cov==2.12.1"
Expand Down

0 comments on commit ec57687

Please sign in to comment.