We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1bd0bb commit 7e7986aCopy full SHA for 7e7986a
1 file changed
.github/workflows/conformance-asgi.yml
@@ -38,8 +38,8 @@ jobs:
38
with:
39
python-version: ${{ matrix.python }}
40
41
- - name: Install the framework with async extras
42
- run: python -m pip install -e .[async]
+ - name: Install the framework
+ run: python -m pip install -e .
43
44
- name: Setup Go
45
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
0 commit comments