Skip to content

Commit

Permalink
ci: use Python 3 for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddrysdale committed Sep 23, 2021
1 parent 96df4de commit a146bfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Expand Up @@ -7,14 +7,14 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 2.7
- name: Set up latest Python 3
uses: actions/setup-python@v2
with:
python-version: 2.7
python-version: 3
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install protobuf==3.17.3 pycodestyle
pip install protobuf pycodestyle coverage coveralls
- name: Test with coverage
run: |
cd python
Expand Down

0 comments on commit a146bfc

Please sign in to comment.