Skip to content

Commit f94821c

Browse files
committed
Install dependencies publish actions
1 parent 9640050 commit f94821c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish_pypi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
export DIFFGRAM_SDK_VERSION=${{ env.RELEASE_VERSION }}
2323
- name: Echo
2424
run: echo ${{ steps.tag.outputs.result }}
25+
- name: Install Dependencies
26+
run: pip install -r requirements.txt
2527
- name: Install Twine
2628
run: |
2729
sudo apt-get update -y

0 commit comments

Comments
 (0)