diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 45f305ee..4b2f16b7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -109,15 +109,6 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 3 # enable full clone to download Git LFS files - # - uses: actions/checkout@master - # - uses: codecov/codecov-action@v3 - # with: - # token: ${{ secrets.CODECOV_TOKEN }} - # # files: ./coverage1.xml,./coverage2.xml # optional - # # flags: unittests # optional - # name: codecov-umbrella # optional - # fail_ci_if_error: true # optional (default = false) - # verbose: true # optional (default = false) - name: Change write permission run: chmod -R 777 ./tests/data/ - name: Install Git LFS @@ -142,10 +133,6 @@ jobs: python -m pip install -r requirements.txt python -m pip install -r ./tests/requirements_test.txt - # - name: Create code cov report - # run: | - # pytest --cov=./ --cov-report=xml tests - - name: Verify Source Distribution shell: bash -eux {0} run: |