We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf54719 commit 5c861bfCopy full SHA for 5c861bf
.github/workflows/OnPush.yml
@@ -26,7 +26,7 @@ jobs:
26
run: |
27
python -m pip install --upgrade pip
28
pip install pytest build Coverage
29
- pip install tomlkit==0.13.2
+ pip install tomlkit==0.13.2 jsonschema==4.25.1 requests==2.32.5
30
31
- name: Install make
32
run: sudo apt-get install make
.github/workflows/OnRelease.yml
@@ -25,7 +25,7 @@ jobs:
25
pip install pytest coverage
0 commit comments