Skip to content

Commit

Permalink
Merge pull request #178 from bsipocz/CI_fix_envname
Browse files Browse the repository at this point in the history
CI: fix environment name
  • Loading branch information
pllim committed Aug 30, 2023
2 parents ec1ec6e + 8fc38e5 commit f9968c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# Windows - just the oldest, stable, and dev
- os: windows-latest
python-version: 3.8
toxenv: py38-test-sphinx40
toxenv: py38-test-sphinx_oldest
- os: windows-latest
python-version: '3.10'
toxenv: py310-test-sphinx72
Expand Down
1 change: 0 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ sphinx:
fail_on_warning: true

python:
system_packages: false
install:
- method: pip
path: .
Expand Down

0 comments on commit f9968c7

Please sign in to comment.