Skip to content

Commit

Permalink
fix tox config
Browse files Browse the repository at this point in the history
  • Loading branch information
gcseter committed Oct 9, 2024
1 parent 15f7bf4 commit 2d465c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox-gh
make test_install
- name: Test with tox
Expand Down
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ commands =

[gh]
python =
3.9 = py39
3.10 = py310
3.11 = py311
3.12 = py312
3.9 = py39-elasticsearch{1,2,5,6,7}
3.10 = py310-elasticsearch{1,2,5,6,7}
3.11 = py311-elasticsearch{1,2,5,6,7}
3.12 = py312-elasticsearch{1,2,5,6,7}

0 comments on commit 2d465c8

Please sign in to comment.