Skip to content

Commit

Permalink
Fixed typo in WORKSPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
spietras committed Aug 29, 2020
1 parent 37c497d commit edf2d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ conda_create(
environment = "@//third_party/conda:py2_environment.yml"
)

# create conda environment with python2
# create conda environment with python3
conda_create(
name = "py3_env",
environment = "@//third_party/conda:py3_environment.yml"
Expand Down

0 comments on commit edf2d60

Please sign in to comment.