Skip to content

Commit

Permalink
ci: temporarily disable min-requirements testing with tox
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Horton <[email protected]>
  • Loading branch information
madpah committed Dec 17, 2021
1 parent 4fb1bf5 commit 550f8af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/poetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
python-version: '3.10'
toxenv-factor: 'locked'
- # test with the lowest dependencies
python-version: '3.6'
toxenv-factor: 'lowest'
# python-version: '3.6'
# toxenv-factor: 'lowest'
steps:
- name: Checkout
# see https://github.com/actions/checkout
Expand Down

0 comments on commit 550f8af

Please sign in to comment.