We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d6cada + 9169636 commit b1247cdCopy full SHA for b1247cd
1 file changed
.github/workflows/update-notecard-schema.yml
@@ -23,6 +23,10 @@ jobs:
23
python -m pip install --upgrade pip
24
pip install pipenv
25
26
+ - name: Install dependencies
27
+ run: |
28
+ pipenv install --dev
29
+
30
- name: Fetch schemas and generate Fluent API
31
run: |
32
echo "Updating from upstream commit: ${{ inputs.upstream_commit }}"
0 commit comments