Skip to content

Commit

Permalink
Update coveralls version to 2.3.0 in continuous_integration.yml (#1170)
Browse files Browse the repository at this point in the history
* Update coveralls version to 2.3.0 in continuous_integration.yml

* Install libevent-dev dependency in continuous_integration.yml
  • Loading branch information
glados-verma authored Aug 28, 2024
1 parent 207303e commit 3877963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
sudo cp bin/protoc /usr/bin/protoc && sudo chmod 777 /usr/bin/protoc
sudo cp -r include/. /usr/include && sudo chmod -R +r /usr/include/google
protoc --version
sudo apt-get install -y libusb-1.0-0-dev libprotobuf-dev swig
sudo apt-get install -y libusb-1.0-0-dev libprotobuf-dev swig libevent-dev
- name: Test with tox
run: tox
- name: Publish to Coveralls with GitHub Action
uses: coverallsapp/github-action@v2.2.3
uses: coverallsapp/github-action@v2.3.0
with:
parallel: true
flag-name: python-${{ matrix.python-version }}
Expand Down

0 comments on commit 3877963

Please sign in to comment.