Skip to content

Commit

Permalink
added toml package
Browse files Browse the repository at this point in the history
  • Loading branch information
ouslan committed Feb 19, 2025
1 parent ad35155 commit ab34db5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -37,3 +40,4 @@ jobs:
tags: ghcr.io/econlabs/econlabs/jp-api:testing, ghcr.io/econlabs/econlabs/jp-api:${{ env.VERSION }}



0 comments on commit ab34db5

Please sign in to comment.