Skip to content

Commit

Permalink
Merge 202e190 into 22aefb9
Browse files Browse the repository at this point in the history
  • Loading branch information
ktdreyer committed Jun 8, 2022
2 parents 22aefb9 + 202e190 commit 0cda174
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gating.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ jobs:
sudo apt-get -y update
sudo apt-get -y install libkrb5-dev
python -m pip install --upgrade pip
pip install tox tox-gh-actions
pip install tox
- name: Test with tox
run: tox -e py
run: |
PY=py$(echo ${{ matrix.python-version }} | tr -d ".")
tox -e ${PY}
- name: Run coveralls-python
env:
Expand Down

0 comments on commit 0cda174

Please sign in to comment.