Automate: No module named 'pytest'

@thomascorrie problem found and fixed.

You need to:

  1. update the specklepy dependency in your function. Change the version in the pyproject.toml to specklepy = "^2.19.5"
  2. run poetry lock in your repo
  3. commit and push your changes
  4. make a new release of your function on github and wait for the release action to publish the new release
  5. update your automation to use the new release of the function, the automation page should already show the function being outdated

for the last step see the gif below

9 Likes