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 cd240e4 commit d67ab3cCopy full SHA for d67ab3c
.github/workflows/python-tests.yml
@@ -26,8 +26,6 @@ jobs:
26
with:
27
python-version: ${{ matrix.python-version }}
28
cache: 'pip'
29
- - name: Patch pyproject.toml (remove nuitka build)
30
- run: python setup-universal.py
31
- name: Install APT dependencies
32
run: |
33
sudo apt-get update
.readthedocs.yml
@@ -15,6 +15,5 @@ build:
15
python: "3.8"
16
jobs:
17
pre_build:
18
- - python ./setup-universal.py
19
- pip install .[all] .[docs]
20
- python3 ./docs/setup.py --start-dir source
setup-universal.py
0 commit comments