Skip to content

Commit ab0e8cc

Browse files
authored
Update Python setup and remove coverage upload step
Removed coverage upload step and updated Python setup action.
1 parent e263a79 commit ab0e8cc

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/build.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,8 @@ jobs:
5151
restore-keys: cache-${{ runner.os }}-
5252
if: ${{ runner.os == 'Windows' }}
5353

54-
<<<<<<< before updating
5554
- name: Set up Python ${{ matrix.python-version }}
5655
uses: actions/setup-python@v6
57-
=======
58-
- name: Upload coverage
59-
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
60-
>>>>>>> after updating
6156
with:
6257
python-version: ${{ matrix.python-version }}
6358
cache: 'pip'

0 commit comments

Comments
 (0)