Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Dec 1, 2023
1 parent 281670e commit 41c6971
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,18 +111,18 @@ jobs:
# DJANGO_DEBUG: True
# GITHUB_DB_BACKEND: ${{ matrix.db-backend }}

coveralls:
name: Indicate completion to coveralls
needs: test
runs-on: ubuntu-latest
container: python:3-slim
steps:
- name: Run Coveralls finish
run: |
python -m pip install coveralls
coveralls --service=github --finish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# coveralls:
# name: Indicate completion to coveralls
# needs: test
# runs-on: ubuntu-latest
# container: python:3-slim
# steps:
# - name: Run Coveralls finish
# run: |
# python -m pip install coveralls
# coveralls --service=github --finish
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

build-wheel:
name: Build python wheel
Expand Down Expand Up @@ -190,17 +190,17 @@ jobs:
- run: python -m pip freeze
- run: python -m pip list --outdated

required-checks-pass:
if: always()
needs:
- lint
- test
- coveralls
- build-wheel
- dev-setup
- optional-dependencies
runs-on: ubuntu-22.04
steps:
- uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}
# required-checks-pass:
# if: always()
# needs:
# - lint
# - test
# - coveralls
# - build-wheel
# - dev-setup
# - optional-dependencies
# runs-on: ubuntu-22.04
# steps:
# - uses: re-actors/alls-green@release/v1
# with:
# jobs: ${{ toJSON(needs) }}

0 comments on commit 41c6971

Please sign in to comment.