We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d9283b commit f08a0fdCopy full SHA for f08a0fd
.github/workflows/test.yaml
@@ -93,7 +93,9 @@ jobs:
93
pip install databases[aiosqlite] redis aioredis psycopg2 mysqlclient
94
pip install django==${{ matrix.django-version }}
95
pip install flask apiflask fastapi tornado aiohttp uvicorn httpx requests python-multipart
96
- pip install sanic[ext]==24.6.0
+ pip install sanic==24.6.0
97
+ pip install sanic-ext==23.12.0
98
+ # frozen sanic[ext] version to adapt py 3.8
99
- name: Install conditional dependencies
100
if: ${{ matrix.django-version >= '4.0'}}
101
run: |
0 commit comments