Skip to content

Commit

Permalink
Fix version usage + remove broken GHA job.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Nov 8, 2023
1 parent 7dc2c70 commit d6432e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,3 @@ jobs:
run: |
python -m pip install tox
python -m tox -e docs
linkcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8

- name: Run sphinx
run: |
python -m pip install tox
python -m tox -e linkcheck
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@
packages=find_packages(exclude=['docs', 'tests*']),
include_package_data=True,
zip_safe=False,
use_scm_version=True,
setup_requires=[
'setuptools_scm',
],
version='2.0.dev0',
install_requires=[
'jinja2 >= 2.4',
'jsonschema >= 3.0',
Expand Down

0 comments on commit d6432e5

Please sign in to comment.