Skip to content

Commit

Permalink
SNOW-706115: Unpin tox (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-aling authored Dec 9, 2022
1 parent 7c8effd commit a84fa77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Upgrade setuptools, pip and wheel
run: python -m pip install -U setuptools pip wheel
- name: Install tox
run: python -m pip install tox==4.0.0rc1
run: python -m pip install tox
- name: List installed packages
run: python -m pip freeze
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
min_version = 4.0.0b2
min_version = 4.0.0
envlist = fix_lint,
py{37,38,39,310}{,-pandas},
coverage
Expand Down

0 comments on commit a84fa77

Please sign in to comment.