Boavizta / boaviztapi

🛠 Giving access to BOAVIZTA reference data and methodologies trough a RESTful API
GNU Affero General Public License v3.0
66 stars 23 forks source link

Building SDK client fails in CI #203

Open demeringo opened 1 year ago

demeringo commented 1 year ago

Bug description

Building SDK client fails in CI

To Reproduce

Confirmed: see output of this action for the dev branch: https://github.com/Boavizta/boaviztapi/actions/workflows/build_client.yml

Expected behavior

Github action should run, needs to be updated to support poetry and/or the makefile that is now the preferred way to build the docker image of the api.

To ease the migration (and continue supporting the prod/main branch before the dev branch is merged to main) I suggest to:

JSON OUTPUT

Additional context

The github action that builds the client needs to be updated.

The script was build before we decided to use poetry or the makefile to build the docker container (now the standard way to build on the dev branch).

https://github.com/Boavizta/boaviztapi/blob/dev/.github/workflows/build_client.yml

da-ekchajzer commented 9 months ago

Merged. I'll close this issue once we test the release workflow on the next release.