Skip to content

Commit 72da236

Browse files
authored
Add installation of requirements in workflow
1 parent d79fb13 commit 72da236

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/TestAndDeployForPypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
- name: Install dependencies
6161
run: |
6262
python -m pip install --upgrade pip
63+
pip install -r requirements.txt
6364
pip install setuptools wheel twine
6465
6566
- name: Get Bumper File

0 commit comments

Comments
 (0)