Skip to content

Commit 819b970

Browse files
committed
Workflow experimentation
1 parent da805e5 commit 819b970

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
run: |
1818
python -m pip install --upgrade pip
1919
pip install -r requirements.txt
20-
pip install jsonschema
2120
- name: Lint with black
2221
run: |
2322
pip install black

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
jsonschema

0 commit comments

Comments
 (0)