We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e263a79 commit ab0e8ccCopy full SHA for ab0e8cc
1 file changed
.github/workflows/build.yaml
@@ -51,13 +51,8 @@ jobs:
51
restore-keys: cache-${{ runner.os }}-
52
if: ${{ runner.os == 'Windows' }}
53
54
-<<<<<<< before updating
55
- name: Set up Python ${{ matrix.python-version }}
56
uses: actions/setup-python@v6
57
-=======
58
- - name: Upload coverage
59
- uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
60
->>>>>>> after updating
61
with:
62
python-version: ${{ matrix.python-version }}
63
cache: 'pip'
0 commit comments