Skip to content

Commit

Permalink
removing dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Oct 7, 2021
1 parent 3977ebc commit ab78e6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
toxenv: py37-test
toxposargs: --remote-data=any

- name: Python 3.9 with latest dev versions of key dependencies
- name: Python 3.9 with minimal dependencies
os: ubuntu-latest
python: 3.9
toxenv: py39-test-devdeps
toxenv: py39-test
toxposargs: --remote-data=any

- name: Test building of Sphinx docs
Expand Down

0 comments on commit ab78e6e

Please sign in to comment.