Skip to content

Commit

Permalink
ci: removed strict check
Browse files Browse the repository at this point in the history
  • Loading branch information
pauliacomi committed Feb 8, 2022
1 parent 94c29c5 commit 805e804
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/templates/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ deps =
skip_install = true
usedevelop = false
commands =
python setup.py check --strict --metadata --restructuredtext
python setup.py check --metadata --restructuredtext
isort --verbose --check-only --diff src tests setup.py
flake8 src tests setup.py
# pylint src tests setup.py
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ deps =
skip_install = true
usedevelop = false
commands =
python setup.py check --strict --metadata --restructuredtext
python setup.py check --metadata --restructuredtext
isort --verbose --check-only --diff src tests setup.py
flake8 src tests setup.py
# pylint src tests setup.py
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pygaps
version = attr: pygaps._version.version
#version = attr: pygaps._version.version # version spec is broken for now
description = A framework for processing adsorption data for porous materials.
long_description = file: README.rst
long_description_content_type = "text/x-rst"
Expand Down

0 comments on commit 805e804

Please sign in to comment.