We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0e633 commit 9c6ab48Copy full SHA for 9c6ab48
action.yml
@@ -10,7 +10,7 @@ runs:
10
cache: pip
11
12
- name: Install Dependencies
13
- run: pip install -r requirements.txt
+ run: pip install -U -r requirements.txt
14
15
- name: Run Compstate Validation
16
run: ./validate.py
0 commit comments