Skip to content

Commit

Permalink
Merge branch 'dev' into feat/SOF-6954
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Chu committed Nov 21, 2023
2 parents 54f9831 + 098d581 commit 9ddb774
Show file tree
Hide file tree
Showing 52 changed files with 25 additions and 997 deletions.
49 changes: 25 additions & 24 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,30 +29,31 @@ jobs:
python-version: 3.8
targets: ./applications ./assets ./executables ./methods ./models ./templates

run-py-tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8]

steps:
- name: Checkout this repository
uses: actions/checkout@v2
with:
lfs: true

- name: Checkout actions repository
uses: actions/checkout@v2
with:
repository: Exabyte-io/actions
token: ${{ secrets.BOT_GITHUB_TOKEN }}
path: actions

- name: Run python tests
uses: ./actions/py/test
with:
python-version: ${{ matrix.python-version }}
unit-test-directory: test/pythonml
# TODO: Uncomment when python tests are ready/re-added from `dev-python-ml-in-fixtures
# run-py-tests:
# runs-on: ubuntu-latest
# strategy:
# matrix:
# python-version: [3.7, 3.8]
#
# steps:
# - name: Checkout this repository
# uses: actions/checkout@v2
# with:
# lfs: true
#
# - name: Checkout actions repository
# uses: actions/checkout@v2
# with:
# repository: Exabyte-io/actions
# token: ${{ secrets.BOT_GITHUB_TOKEN }}
# path: actions
#
# - name: Run python tests
# uses: ./actions/py/test
# with:
# python-version: ${{ matrix.python-version }}
# unit-test-directory: test/pythonml

run-js-tests:
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion test/pythonml/.gitattributes

This file was deleted.

67 changes: 0 additions & 67 deletions test/pythonml/README.md

This file was deleted.

129 changes: 0 additions & 129 deletions test/pythonml/base.py

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions test/pythonml/fixtures/classification_predict_data.csv

This file was deleted.

3 changes: 0 additions & 3 deletions test/pythonml/fixtures/classification_training_data.csv

This file was deleted.

3 changes: 0 additions & 3 deletions test/pythonml/fixtures/clustering_blobs.csv

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 9ddb774

Please sign in to comment.