We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4723520 commit 8d8e657Copy full SHA for 8d8e657
2 files changed
.github/workflows/CI_build.yml
@@ -23,23 +23,11 @@ jobs:
23
- name: Checkout repo
24
uses: actions/checkout@v6
25
26
- - name: Debug Python version
27
- working-directory: .
28
- run: |
29
- (get-command python.exe).Path
30
- python --version
31
-
32
- name: Set up Python 3.13
33
uses: actions/setup-python@v6
34
with:
35
python-version: '3.13' # Uses the latest patch version of the given
36
37
38
39
40
41
42
43
- name: Install python modules
44
working-directory: .
45
run: python -m pip install -r requirements.txt
requirements.txt
@@ -1,4 +1,4 @@
1
-jsonschema==4.25.1
+jsonschema==4.26.0
2
lxml==6.0.2
3
pywin32==311
4
requests==2.32.5
0 commit comments