Skip to content

Commit

Permalink
Update tox-gh.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Feb 11, 2024
1 parent 72e3c74 commit 9ec3d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- if: matrix.python-version == '2.7'
run: sudo ln -sf /usr/bin/python2.7 /usr/bin/python && python --version || true
run: sudo ln -sf /usr/bin/python2.7 /usr/bin/python && sudo apt-get install python-pip
- name: clean .coverage
shell: bash
run: find . -name .coverage -delete
Expand Down

0 comments on commit 9ec3d31

Please sign in to comment.