Fix: Workflow python envs missing toml dependency

This commit is contained in:
Dominik Moritz Roth 2024-02-10 10:48:01 +01:00
parent 3c7fdc8d5b
commit 31b9182b53

View File

@ -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"