Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/upstream/main' into gh-pro…
Browse files Browse the repository at this point in the history
…tobuf
  • Loading branch information
Tom Gneuß committed May 8, 2024
2 parents af2da7b + 51c824e commit 958186b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,12 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip3 install --upgrade coveralls
pip3 install -e .[dev]
- name: Install coveralls
run: pip3 install --upgrade coveralls
if: github.event.repository.fork == false

# NOTE (mristin, 2022-12-21):
# Have this as a fast-fail
- name: Check help in readme
Expand All @@ -44,6 +47,7 @@ jobs:
- name: Upload Coverage
run: coveralls --service=github
if: github.event.repository.fork == false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: ${{ matrix.python-version }}
Expand All @@ -54,6 +58,7 @@ jobs:
needs: Execute-continuous-integration
runs-on: ubuntu-latest
container: python:3-slim
if: github.event.repository.fork == false
steps:
- name: Finish Coveralls
run: |
Expand Down

0 comments on commit 958186b

Please sign in to comment.