Fix: Workflow python envs missing toml dependency
This commit is contained in:
parent
3c7fdc8d5b
commit
31b9182b53
@ -19,6 +19,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
python -m pip install toml
|
||||||
|
|
||||||
- name: Extract version from pyproject.toml
|
- name: Extract version from pyproject.toml
|
||||||
run: |
|
run: |
|
||||||
echo "Extracting version from pyproject.toml"
|
echo "Extracting version from pyproject.toml"
|
||||||
|
Loading…
Reference in New Issue
Block a user