File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,15 @@ jobs:
3030 with :
3131 submodules : true
3232
33- - name : Set up Python 3.12
33+ - name : Set up Python 3.13
3434 uses : actions/setup-python@v5
3535 with :
36- python-version : " 3.12 "
36+ python-version : " 3.13 "
3737
3838 - name : Install dependencies
3939 run : |
4040 python -m pip install --upgrade pip
41+ pip install -r codecov-cli/requirements.txt
4142 python -m pip install -e codecov-cli
4243 python -m pip install -e prevent-cli
4344
@@ -100,6 +101,7 @@ jobs:
100101 - name : Install dependencies
101102 run : |
102103 python -m pip install --upgrade pip
104+ pip install -r codecov-cli/requirements.txt
103105 python -m pip install -e codecov-cli
104106 python -m pip install -e prevent-cli
105107 pip install -r codecov-cli/tests/requirements.txt
You can’t perform that action at this time.
0 commit comments