mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
dont install tests as a package
This commit is contained in:
parent
2b36086bf5
commit
cde6ae006e
6
.github/workflows/python-package.yml
vendored
6
.github/workflows/python-package.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install flake8 ninja setuptools-scm Pillow click nose parameterized
|
||||
python -m pip install flake8 nose parameterized
|
||||
|
||||
- name: Install test images
|
||||
run: git clone https://git.pileof.rocks/drewcassidy/quicktex-test-images.git tests/images
|
||||
@ -96,7 +96,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install setuptools setuptools-scm wheel twine build
|
||||
python -m pip install setuptools wheel twine build
|
||||
|
||||
- name: Build a binary wheel
|
||||
run: python -m build --wheel --outdir dist/
|
||||
@ -133,7 +133,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install setuptools setuptools-scm wheel twine build
|
||||
python -m pip install setuptools wheel twine build
|
||||
|
||||
- name: Build a source tarball
|
||||
run: python -m build --sdist --outdir dist/
|
||||
|
Loading…
Reference in New Issue
Block a user