Skip to content

Commit

Permalink
clean up ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mathleur authored and jameshawkes committed Jun 21, 2023
1 parent 6022dea commit 87d94de
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit 87d94de

Please sign in to comment.