Skip to content

Commit

Permalink
Remove outdated dependencies from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
azvoleff committed Nov 5, 2022
1 parent 3fef84c commit 5ef879d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
- latest

steps:

- name: Checkout
uses: actions/checkout@v2
with:
Expand All @@ -61,6 +60,4 @@ jobs:
- name: Run test suite
run: |
docker-compose exec -T qgis-testing-environment sh -c "apt-get update"
docker-compose exec -T qgis-testing-environment sh -c "apt-get install -y python3-opencv"
docker-compose exec -T qgis-testing-environment qgis_testrunner.sh LDMP.test.testplugin
2 changes: 0 additions & 2 deletions rundockertests.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@ set ON_TRAVIS=false
REM docker-compose down -v
docker-compose up -d

docker-compose exec -T qgis-testing-environment sh -c "apt-get update"
docker-compose exec -T qgis-testing-environment sh -c "apt-get install -y python3-opencv"
docker-compose exec -T qgis-testing-environment qgis_testrunner.sh LDMP.test.testplugin

0 comments on commit 5ef879d

Please sign in to comment.