Skip to content

Commit b1d806d

Browse files
committed
Fixed pipeline
1 parent 65f19c7 commit b1d806d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/deploy_to_test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Installing git
2424
run: pip install gitpython
2525

26+
- name: Installing Packages
27+
run: pip install -r requirements.txt
28+
2629
- name: Generating version file
2730
run: python freeze_version.py
2831

.github/workflows/publish_to_pypi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- name: Installing git
2323
run: pip install gitpython
2424

25+
- name: Installing Packages
26+
run: pip install -r requirements.txt
27+
2528
- name: Generate local version
2629
run: python freeze_version.py
2730

0 commit comments

Comments
 (0)