Closed dtch1997 closed 2 years ago
Thanks for the report. Which version of Nox was installed in the workflow run? Take a look at the "Install Nox" step. It should match what's in your .github/workflows/constraints.txt
. Old versions of Nox had the import of Session
in nox.sessions
instead of nox
.
For me to reproduce this, a link to your repo and to the workflow run would be helpful. If that's not possible, a full log of the workflow run would be good.
Closing for now, happy to reopen if this is still an issue.
When running the
tests.yml
workflow in Github Actions, I get the following error:This is for
ubuntu-latest
withpython 3.8
.