Skip to content

Commit cd9409b

Browse files
authored
Merge pull request #36 from TaskarCenterAtUW/feature-fix-pipeline
Fixed github pipeline
2 parents 796896a + 59e5ba4 commit cd9409b

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.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: Install dependencies
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: Install dependencies
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)