Skip to content

Commit

Permalink
Add typing_extensions to memory check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroIntensity committed Jun 22, 2024
1 parent ea6bda9 commit f54ed05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/memory_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Install Pytest
run: |
pip install pytest pytest-asyncio
pip install pytest pytest-asyncio typing_extensions
shell: bash

- name: Build PyAwaitable
Expand Down

0 comments on commit f54ed05

Please sign in to comment.