Skip to content

Commit 4ff597d

Browse files
authored
SNOW-706024: Fix failing github build and test (#363)
1 parent 92a3555 commit 4ff597d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ jobs:
7878
- name: Upgrade setuptools, pip and wheel
7979
run: python -m pip install -U setuptools pip wheel
8080
- name: Install tox
81-
run: python -m pip install --pre tox
81+
run: python -m pip install tox==4.0.0rc1
82+
- name: List installed packages
83+
run: python -m pip freeze
8284
- name: Run tests
8385
run: python -m tox -e "py${PYTHON_VERSION/\./}" --skip-missing-interpreters false
8486
env:

0 commit comments

Comments
 (0)