Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into feature/latest_httpx
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin-b committed Dec 21, 2023
2 parents 6695780 + b8aaadd commit 7a611eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
pytest --cov=pytest_httpx --cov-fail-under=100 --cov-report=term-missing --runpytest=subprocess
- name: Create packages
run: |
python -m pip install wheel
python -m pip install wheel setuptools
python setup.py sdist bdist_wheel
- name: Publish packages
run: |
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ jobs:
python -m pip install -e .[testing]
- name: Test
run: |
pytest --cov=pytest_httpx --cov-fail-under=100 --cov-report=term-missing --runpytest=subprocess
pytest --cov=pytest_httpx --cov-fail-under=100 --cov-report=term-missing --runpytest=subprocess
- name: Test packages creation
run: |
python -m pip install wheel setuptools
python setup.py sdist bdist_wheel

0 comments on commit 7a611eb

Please sign in to comment.