Skip to content

Commit 0c54d5c

Browse files
authored
fix workflow imports (#99)
1 parent 5adbfb7 commit 0c54d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)