Skip to content

Commit

Permalink
Revert to using just pytest in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
roomrys committed Jul 19, 2023
1 parent a1fc9a2 commit 15cc927
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
powershell
post-cleanup: all

# Install correct version of opencv
# HACK(LM): Install correct version of opencv
- name: Reinstall opencv
shell: bash -l {0}
run: |
Expand All @@ -109,13 +109,11 @@ jobs:
micromamba list
pip freeze
# Test environment after performing hack to install correct version of opencv
# Test the code and the environment
- name: Test with pytest
uses: coactions/setup-xvfb@v1
with:
shell: bash -l {0}
run: |
pytest ${{ matrix.test_args }}
shell: bash -l {0}
run: |
pytest ${{ matrix.test_args }}
# Upload coverage
- name: Upload coverage
Expand Down

0 comments on commit 15cc927

Please sign in to comment.