Skip to content

Commit b1247cd

Browse files
authored
Merge pull request #119 from blues/alex-fix-deps-workflow
chore: add step to install dev deps in workflow
2 parents 5d6cada + 9169636 commit b1247cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/update-notecard-schema.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
python -m pip install --upgrade pip
2424
pip install pipenv
2525
26+
- name: Install dependencies
27+
run: |
28+
pipenv install --dev
29+
2630
- name: Fetch schemas and generate Fluent API
2731
run: |
2832
echo "Updating from upstream commit: ${{ inputs.upstream_commit }}"

0 commit comments

Comments
 (0)