Skip to content

Commit

Permalink
install toml in publish_package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lujzi05 committed Dec 12, 2024
1 parent 036ef17 commit 193dacb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
run: |
curl -sSL https://install.python-poetry.org | python3 -
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
python -m pip install toml
- name: Validate Version
run: |
latest_version=$(curl -s https://pypi.org/pypi/views-pipeline-core/json | jq -r .info.version)
Expand Down

0 comments on commit 193dacb

Please sign in to comment.