Skip to content

Commit

Permalink
remove separate opencv testing
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Mar 22, 2023
1 parent 8686a94 commit a4ef95b
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,21 +76,3 @@ jobs:
python-version: 3.11
- linux: test-xdist-cov
coverage: codecov
test_opencv:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@main
needs: [ crds ]
with:
setenv: |
CRDS_PATH: ${{ needs.crds.outputs.path }}
CRDS_SERVER_URL: ${{ needs.crds.outputs.server }}
CRDS_CLIENT_RETRY_COUNT: 3
CRDS_CLIENT_RETRY_DELAY_SECONDS: 20
envs: |
- linux: test-opencv-xdist
python-version: 3.8
- linux: test-opencv-xdist
python-version: 3.9
- linux: test-opencv-xdist
python-version: 3.10
- linux: test-opencv-xdist
python-version: 3.11

0 comments on commit a4ef95b

Please sign in to comment.