Skip to content

Commit

Permalink
migrate source code from NNC Windows
Browse files Browse the repository at this point in the history
update code for passing the check

passing format

add requirement file

update requirement file

clone examples and do help-check
  • Loading branch information
woody.lee authored and TomonobuTsujikawa committed Jun 4, 2024
1 parent 13b99f3 commit 72e8a93
Show file tree
Hide file tree
Showing 26 changed files with 3,542 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/check_and_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,20 @@ jobs:
- name: Clone NNC Plugin
uses: actions/checkout@v2

- name: Clone nnabla-example
uses: actions/checkout@v2
with:
repository: sony/nnabla-examples
path: ./plugins/_NNablaExamples/nnabla-examples
ref: ${{ env.NNABLA_EXAMPLES_REF }}
token: ${{ secrets.NNABLA_GITHUB_PAT }}

- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8

- name: Check
run: |
python3 -m pip install -U nnabla
python3 -m pip install -U janome nltk scikit-learn plotly matplotlib scikit-image opencv-python psutil
python3 -m pip install -U install numpy==1.23
python3 -m pip install -r requirement.txt
python3 tools/scripts/check_plugin_help.py
Loading

0 comments on commit 72e8a93

Please sign in to comment.