Skip to content

Commit 7e7986a

Browse files
committed
fix: remove async extras from conformance-asgi workflow
Since async dependencies are now direct dependencies, we no longer need to install with [async] extras in the GitHub workflow.
1 parent e1bd0bb commit 7e7986a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conformance-asgi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
with:
3939
python-version: ${{ matrix.python }}
4040

41-
- name: Install the framework with async extras
42-
run: python -m pip install -e .[async]
41+
- name: Install the framework
42+
run: python -m pip install -e .
4343

4444
- name: Setup Go
4545
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0

0 commit comments

Comments
 (0)