Skip to content

Commit d059d7f

Browse files
authored
fix: CI being broken (#17)
1 parent 9ebe213 commit d059d7f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)