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.
2 parents e8b10e7 + 3cccf74 commit 9931091Copy full SHA for 9931091
.github/workflows/validate.yml
@@ -6,7 +6,7 @@ jobs:
6
name: Python Validator
7
steps:
8
- uses: actions/checkout@v4
9
- - uses: actions/setup-python@v2
+ - uses: actions/setup-python@v5
10
with:
11
python-version: '3.x'
12
- run: pip install -r requirements.txt; python3 -m test.validate_pids
0 commit comments