Skip to content

Commit

Permalink
hotfix(action-patch-missing-deps): Dependencies needed to get version
Browse files Browse the repository at this point in the history
conveniently.

I recall that there were issues installing dependencies from
`pyproject.toml`.
  • Loading branch information
acederberg committed May 15, 2024
1 parent 3f628ed commit b4d1034
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:

- name: Install Dependencies.
run: |
# NOTE: Dependencies are required to run the version script.
python3 -m pip install bumpver jsonpath_ng "pydantic>=2" "pydantic-settings>=2" pyyaml
init_version=$( python3 -m yaml_settings_pydantic version )
python3 -m pip install bumpver
- name: Bump Version.
run: python3 -m bumpver
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ build
.mypy_cache
.jedi
env
.venv

0 comments on commit b4d1034

Please sign in to comment.