Skip to content

Commit d67ab3c

Browse files
committed
Remove unneeded script
1 parent cd240e4 commit d67ab3c

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

.github/workflows/python-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828
cache: 'pip'
29-
- name: Patch pyproject.toml (remove nuitka build)
30-
run: python setup-universal.py
3129
- name: Install APT dependencies
3230
run: |
3331
sudo apt-get update

.readthedocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ build:
1515
python: "3.8"
1616
jobs:
1717
pre_build:
18-
- python ./setup-universal.py
1918
- pip install .[all] .[docs]
2019
- python3 ./docs/setup.py --start-dir source

setup-universal.py

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)