Skip to content

Commit

Permalink
Fixing CI/rtd II
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed Oct 15, 2024
1 parent c5e55d8 commit c4f0a73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
conda config --show-sources
conda config --show
conda info -a
conda install ${{ matrix.case.conda }} pytest pytest-cov pytest-console-scripts coveralls flake8 setuptools-scm
conda install ${{ matrix.case.conda }} pytest pytest-cov pytest-console-scripts coveralls flake8 pyproject-flake8 setuptools-scm
- name: Conda list
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ tests = [
"coveralls",
"pytest_cov",
"pytest_mpl",
"Flake8-pyproject",
"pyproject-flake8",
"pytest-console-scripts",
]

Expand Down

0 comments on commit c4f0a73

Please sign in to comment.