Skip to content

Commit

Permalink
Check if tox upgrade helps with `ERROR: FAIL could not package projec…
Browse files Browse the repository at this point in the history
…t ` tox related issues
  • Loading branch information
abhinavsingh committed Apr 11, 2024
1 parent a1103dc commit 1765313
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ jobs:
python -m
pip install
--user
tox==3.25.1
tox==3.28.0
- name: Grab the source from Git
uses: actions/checkout@v3
Expand Down Expand Up @@ -388,7 +388,7 @@ jobs:
python -m
pip install
--user
tox==3.25.1
tox==3.28.0
- name: Grab the source from Git
uses: actions/checkout@v3
Expand Down Expand Up @@ -505,7 +505,7 @@ jobs:
python -m
pip install
--user
tox==3.25.1
tox==3.28.0
- name: Grab the source from Git
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion requirements-testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pytest-asyncio==0.16.0
autopep8==1.6.0
mypy==0.971
py-spy==0.3.12
tox==3.25.1
tox==3.28.0
mccabe==0.6.1
pylint==2.13.7
rope==1.1.1
Expand Down

0 comments on commit 1765313

Please sign in to comment.