Skip to content

Commit

Permalink
test post-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacata committed Nov 28, 2024
1 parent 97d1e96 commit 56d8fcb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
lint:
uses: mmacata/github-workflows/.github/workflows/linting.yml@no-diff-ruff
uses: mmacata/github-workflows/.github/workflows/linting.yml@post-pr
with:
# set pylint-version to empty string to skip the pylint workflow
pylint-version: ''
Expand All @@ -13,4 +13,4 @@ jobs:
post-pr-reviews:
needs: lint
if: ${{ needs.lint.result == 'failure' }}
uses: mmacata/github-workflows/.github/workflows/post-pr-reviews.yml@no-diff-ruff
uses: mundialis/github-workflows/.github/workflows/post-pr-reviews.yml@post-pr
Original file line number Diff line number Diff line change
Expand Up @@ -1367,7 +1367,7 @@ def _check_reset_region(self):
if self.skip_region_check is True:
return

errorid, stdout_buff, _ = self.ginit.run_module("g.region", ["-ug"])
errorid, stdout_buff, dummyvalue = self.ginit.run_module("g.region", ["-ug"])

if errorid != 0:
raise AsyncProcessError(
Expand Down
2 changes: 2 additions & 0 deletions tests/test_process_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
except ModuleNotFoundError:
from test_resource_base import global_config

global_config = global_config

__license__ = "GPLv3"
__author__ = "Sören Gebbert, Anika Weinmann"
__copyright__ = (
Expand Down

0 comments on commit 56d8fcb

Please sign in to comment.