File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
shell : bash
18
18
run : |
19
19
set -ex
20
- python -m pip install --upgrade ' pip<23' wheel
20
+ python -m pip install --upgrade pip wheel
21
21
python -m pip install --upgrade .${{ inputs.pip_deps }}
22
22
- name : Run checks
23
23
shell : bash
Original file line number Diff line number Diff line change 10
10
shell : bash
11
11
run : |
12
12
set -ex
13
- python -m pip install --upgrade ' pip<23' wheel
13
+ python -m pip install --upgrade pip wheel
14
14
pip install coverage[toml]==6.5.0
15
15
- name : Download artifacts
16
16
uses : actions/download-artifact@v3
Original file line number Diff line number Diff line change 71
71
set -ex
72
72
export PATH=/composer-python:$PATH
73
73
export COMPOSER_PACKAGE_NAME='${{ inputs.composer_package_name }}'
74
- python -m pip install --upgrade ' pip<23' wheel
74
+ python -m pip install --upgrade pip wheel
75
75
python -m pip install --upgrade .${{ inputs.pip_deps }}
76
76
- name : Run Tests
77
77
id : tests
Original file line number Diff line number Diff line change 13
13
shell : bash
14
14
run : |
15
15
set -ex
16
- python -m pip install --upgrade ' pip<23' wheel
16
+ python -m pip install --upgrade pip wheel
17
17
python -m pip install --upgrade .
18
18
python -m pip install pytest==7.2.1 pytest_codeblocks==0.16.1
19
19
- name : Run checks
You can’t perform that action at this time.
0 commit comments