Skip to content

Commit

Permalink
Infra/fix health check (#923)
Browse files Browse the repository at this point in the history
- `develop` has failed on this pipeline:
https://github.com/openvinotoolkit/datumaro/actions/runs/4635431035
 - Fix for it
- Checked it working properly by the manual run:
https://github.com/openvinotoolkit/datumaro/actions/runs/4636771037

Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
  • Loading branch information
vinnamkim authored Apr 10, 2023
1 parent d122ab8 commit af7c07c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 52 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/health_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Installing dependencies
run: |
python -m pip install -r tests/requirements.txt
python -m pip install -e '.[default,tf]'
python -m pip install -e '.[default,tf,tfds-dev]'
- name: Code instrumentation
run: |
python -m pytest -v --cov --cov-report xml:coverage.xml
Expand Down
22 changes: 12 additions & 10 deletions .github/workflows/issue_assignment.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
name: Issue assignment

on:
workflow_dispatch: # For testing
issues:
types: [opened]

jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- name: Auto-assign Issue
uses: pozil/auto-assign-issue@v1.11.0
with:
assignees: vinnamkim,JihwanEom,sooahleex,bonhunko
numOfAssignee: 1
allowSelfAssign: false
jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- name: Auto-assign Issue
uses: pozil/auto-assign-issue@v1.11.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: vinnamkim,JihwanEom,sooahleex,bonhunko
numOfAssignee: 1
allowSelfAssign: false
41 changes: 0 additions & 41 deletions .github/workflows/pypi_publish.yml

This file was deleted.

0 comments on commit af7c07c

Please sign in to comment.