Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Nov 25, 2022
2 parents 8d6e1c5 + e0725aa commit ddffbc4
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

c8-py37:
c8-py38:
if: ${{ github.event.inputs.specific_job == '' || contains(github.event.inputs.specific_job, 'c8-py38') || contains(github.event.inputs.specific_job, 'py38') || contains(github.event.inputs.specific_job, 'c8') }}
runs-on: ubuntu-latest
steps:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion law/decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ def localize(fn, opts, task, *args, **kwargs):
output_struct = task.output() if opts["output"] else None

# store original input and output methods
input_orig = task.output
input_orig = task.input
output_orig = task.output

# input and output kwargs
Expand Down

0 comments on commit ddffbc4

Please sign in to comment.