Skip to content

Commit 6dd5cb9

Browse files
committed
Patch
1 parent ac86502 commit 6dd5cb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip
22+
pip install -r requirements.txt
2223
2324
- name: Run tests
2425
run: |

0 commit comments

Comments
 (0)