Skip to content

Commit

Permalink
docs(contribute): fix path to conda-lock files for contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth authored and kszucs committed Nov 6, 2023
1 parent 9165d41 commit ef5bdf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contribute/01_environment.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ for manager, params in managers.items():
print("```sh")
print(f"# Create a dev environment for {platform}")
print("cd ibis")
print(f"{manager} create -n ibis-dev --file=conda-lock/{platform}/3.10.lock")
print(f"{manager} create -n ibis-dev --file=ci/conda-lock/{platform}/3.10.lock")
print("```")
print()
print()
Expand Down

0 comments on commit ef5bdf9

Please sign in to comment.