From ab34db5164be09dde519abe407edb0505deec10e Mon Sep 17 00:00:00 2001 From: Alejandro Ouslan Date: Wed, 19 Feb 2025 09:11:37 -0400 Subject: [PATCH] added toml package --- .github/workflows/stage.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index 585e003..f3a7721 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -16,6 +16,9 @@ jobs: - name: Checkout code uses: actions/checkout@v2 + - name: Install toml library + run: pip install toml + - name: Extract version from pyproject.toml id: extract_version run: | @@ -37,3 +40,4 @@ jobs: tags: ghcr.io/econlabs/econlabs/jp-api:testing, ghcr.io/econlabs/econlabs/jp-api:${{ env.VERSION }} +