We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b56b292 commit d0f3a1fCopy full SHA for d0f3a1f
.github/workflows/ci.yml
@@ -21,19 +21,6 @@ jobs:
21
# Workaround for development versions of Python
22
# https://github.com/aio-libs/aiohttp/issues/7675
23
AIOHTTP_NO_EXTENSIONS: 1
24
- docs:
25
- runs-on: ubuntu-latest
26
- steps:
27
- - name: Checkout Repository
28
- uses: actions/checkout@v3
29
- - name: Set up Python 3.x
30
- uses: actions/setup-python@v4
31
- with:
32
- python-version: 3.x
33
- - name: Install dependencies
34
- run: python3 -m pip install nox
35
- - name: Build the docs
36
- run: nox -s docs
37
38
test-linux:
39
strategy:
0 commit comments