File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
with :
17
17
python-version : " 3.12"
18
18
- name : Install requirements
19
- run : pdm lock && pdm sync -d -G testing
19
+ run : pdm update && pdm sync -d -G testing
20
20
- name : Run code analysis (package)
21
21
run : pdm run -v mypy ./exegol/ --ignore-missing-imports --check-untyped-defs --pretty # TODO add --disallow-untyped-defs
22
22
- name : Run code analysis (source)
42
42
with :
43
43
python-version : " 3.12"
44
44
- name : Install requirements
45
- run : pdm lock && pdm sync -d -G testing
45
+ run : pdm update && pdm sync -d -G testing
46
46
- name : Check python compatibility for ${{ matrix.os }}/${{ matrix.version }}
47
47
run : pdm run -v mypy ./exegol.py --ignore-missing-imports --check-untyped-defs --python-version ${{ matrix.version }} --platform ${{ matrix.os }}
48
48
63
63
# python-version: ${{ matrix.python-version }}
64
64
#
65
65
# - name: Install dependencies
66
- # run: pdm lock && pdm sync -d -G testing
66
+ # run: pdm update && pdm sync -d -G testing
67
67
# - name: Run Tests
68
68
# run: pdm run -v pytest tests
69
69
You can’t perform that action at this time.
0 commit comments