Skip to content

Commit

Permalink
FIX: fix a syntax error introduced to a bash script in the pipeline (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ittner authored Feb 4, 2021
1 parent a67870c commit b483d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ stages:
cd $(System.DefaultWorkingDirectory)/facet/
export PYTHONPATH=$(System.DefaultWorkingDirectory)/facet/src/
ENV_YML = $(Agent.TempDirectory)/environment-stripped.yml
ENV_YML=$(Agent.TempDirectory)/environment-stripped.yml
grep -vE 'gamma-pytools|sklearndf' environment.yml > "$ENV_YML"
conda env create -f "$ENV_YML"
conda activate facet-develop
Expand Down

0 comments on commit b483d2f

Please sign in to comment.