Skip to content

Commit dd30bcf

Browse files
committed
fix workflow imports
1 parent 5adbfb7 commit dd30bcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install dependencies
3636
run: |
3737
python -m pip install --upgrade pip
38-
pip install build twine wheel setuptools ruff black
38+
pip install build twine wheel setuptools ruff black tomllib
3939
pip install -r requirements.txt
4040
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
4141

0 commit comments

Comments
 (0)