Skip to content

Commit

Permalink
SNOW-706024: Fix failing github build and test (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-aling authored Dec 7, 2022
1 parent 92a3555 commit 4ff597d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ jobs:
- name: Upgrade setuptools, pip and wheel
run: python -m pip install -U setuptools pip wheel
- name: Install tox
run: python -m pip install --pre tox
run: python -m pip install tox==4.0.0rc1
- name: List installed packages
run: python -m pip freeze
- name: Run tests
run: python -m tox -e "py${PYTHON_VERSION/\./}" --skip-missing-interpreters false
env:
Expand Down

0 comments on commit 4ff597d

Please sign in to comment.