You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I keep getting an error message that says, "Error: Snakefile "Snakefile" not found." My Snakefile is in workflow/ and I have an environment.yml file in workflow/envs/. workflow/ is in the root of the repository.
Here's what .github/workflows/build.yml looks like...
I keep getting an error message that says, "
Error: Snakefile "Snakefile" not found.
" My Snakefile is inworkflow/
and I have anenvironment.yml
file inworkflow/envs/
.workflow/
is in the root of the repository.Here's what
.github/workflows/build.yml
looks like...Here's the output from github action...
Any ideas what I'm doing wrong here? The repository can be found at https://github.com/pschloss/pds_drought_index
The text was updated successfully, but these errors were encountered: