This message was deleted.
# ask-metaflow
m
This message was deleted.
s
the value you pasted above is not a valid JSON because it uses single quotes instead of double quotes
it might be a quoting issue somewhere
do you pass the parameter to
run
or do you use the default?
hmm, the exact same code works for me locally and
--with batch
it is unlikely that the
default
specified in Python would behave differently locally vs. GitHub Actions. However, if you specified the parameter on the command line (script) or as an environment variable, it is easy to hit quoting issues
I tested with the latest version of Metaflow (2.3.2) although it shouldn't make a huge difference
the above
default
works for me
@User is it so that the above
default
works for you locally but the same code doesn't work on GitHub Actions?
that's quite mysterious. Is this the only parameter you have? I wonder if other Parameters work?
ok, we will try to reproduce
👍 1