Skip to content

Commit 4f6e93d

Browse files
committed
Fix dependencies installation
1 parent c9ff17a commit 4f6e93d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/projects.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
with:
2222
python-version: '3.x'
2323

24+
- name: Install Dependencies
25+
run: pip install .
26+
2427
- name: Parse Issue and Save JSON
2528
env:
2629
ISSUE_BODY: ${{ github.event.issue.body }}

requirements.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)