Skip to content

Commit

Permalink
- async release 1.7.2
Browse files Browse the repository at this point in the history
- fixed tests
  • Loading branch information
EchterAlsFake committed Jan 6, 2025
1 parent 54dc23e commit 2c059df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/async-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest-async
pip install pytest pytest-asyncio
pip install .
- name: Test with pytest
run: |
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="hqporner_api-async",
version="1.7.1",
version="1.7.2",
packages=find_packages(),
install_requires=[ "bs4", "eaf_base_api-async"],
entry_points={
Expand Down

0 comments on commit 2c059df

Please sign in to comment.