Skip to content

Commit

Permalink
update conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennifer A Clark committed Jun 29, 2024
1 parent 1752b69 commit bbc09fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ jobs:
name: codecov-${{ matrix.os }}-py${{ matrix.python-version }}

- name: Flake8
shell: bash -l {0}
run: |
flake8 despasito --count --max-complexity=10 --max-line-length=79 --show-source --statistics
python -m flake8 despasito --count --max-complexity=10 --max-line-length=79 --show-source --statistics
paper:
runs-on: ubuntu-latest
Expand Down
5 changes: 3 additions & 2 deletions devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ dependencies:
- pytest
- pytest-cov
- codecov
- flake8

# Documentation
- sphinx
- sphinx_rtd_theme
- sphinx-argparse
- m2r2

# Pip-only installs
# Pip-only installs
#- pip:
# - codecov
# - flake8

0 comments on commit bbc09fe

Please sign in to comment.