Skip to content

Commit

Permalink
Remove redundant lint extra, adjust CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtoews committed Sep 28, 2023
1 parent 3e17baf commit 32aacb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,7 @@ jobs:
run: |
python -m pip install pip --upgrade --disable-pip-version-check
echo "$HOME/.local/bin" >> $GITHUB_PATH
pip install -e .[lint,test]
- name: Linting
run: |
flake8 --exit-zero
- name: Validate citation file
run: |
cffconvert --validate
cffconvert -f bibtex
cffconvert -f apalike
pip install -e .[test]
- name: Run tests with required packages
run: |
Expand Down
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ extra = [
"matplotlib",
"netcdf4",
]
lint = [
"cffconvert",
"flake8",
]
test = [
"pytest >=3.3",
"pytest-cov",
Expand Down

0 comments on commit 32aacb8

Please sign in to comment.