Skip to content

Commit

Permalink
Update README.md & github test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
awolverp committed Feb 1, 2025
1 parent 9bd7ef1 commit 07c4428
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- run: pip install pytest maturin
- run: pip install pytest pytest-asyncio maturin

- run: pip install -e .
env:
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
with:
python-version: '3.13'

- run: pip install pytest maturin
- run: pip install pytest pytest-asyncio maturin

- run: pip install -e .
env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ It's completely thread-safe and uses locks to prevent problems.
**👌 Easy To Use** \
You only need to import it and choice your implementation to use and behave with it like a dictionary.

**🚫 Avoids dog-piling**
**🚫 Avoids Cache Stampede** \
It avoids [cache stampede](https://en.wikipedia.org/wiki/Cache_stampede) to have better performance.

## Installation
Expand Down

0 comments on commit 07c4428

Please sign in to comment.