Skip to content

Commit

Permalink
build: add sdk build action
Browse files Browse the repository at this point in the history
  • Loading branch information
Vixtir committed Oct 30, 2023
1 parent 3d05101 commit 1c11645
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 69 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-publish-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:

- name: Run the automated tests
run: |
poetry install
poetry run pytest -v
poetry install -C odd-collector-sdk
poetry shell -C odd-collector-sdk
pytest odd-collector-sdk -v
- name: Patch package version
run: |
Expand Down
59 changes: 0 additions & 59 deletions odd-collector-sdk/.github/workflows/create_pypi_package.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions odd-collector-sdk/.github/workflows/linting.yaml

This file was deleted.

0 comments on commit 1c11645

Please sign in to comment.