diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3bf9de0..b6e765c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -82,7 +82,13 @@ jobs: - name: Set up Python 3.12 uses: actions/setup-python@v2 with: - python-version: 3.12 + python-version: 3.12 + + - name: Install Pytest + run: | + pip install pytest pytest-asyncio pytest-memray typing_extensions + shell: bash + - name: Build PyAwaitable run: pip install .