Skip to content

Commit

Permalink
use newer setup-python gh action runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrig committed Dec 26, 2023
1 parent c2c7db9 commit e4ea185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
uses: arduino/setup-protoc@v1
- name: Install dependencies and build protobuf files
run: |
python setup.py build_proto
python -m pip install --upgrade pip
pip install -U pip
pip install -U setuptools
python setup.py build_proto
pip install pytest pytest-cov
pip install -e .[all]
- name: Test with pytest
Expand Down

0 comments on commit e4ea185

Please sign in to comment.