Skip to content

Commit 91d33b8

Browse files
committed
fixed bad path reference
1 parent e5ff6e4 commit 91d33b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines/azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- bash: sudo chown -R $USER $CONDA
1919
displayName: Take ownership of conda installation
2020
- template: templates/setup-script-nix.yml
21-
- template: templates/nb-docs.yml
21+
- template: templates/nb-docs-nix.yml
2222

2323
- job: linux
2424
strategy:
@@ -35,7 +35,7 @@ jobs:
3535
displayName: Add conda to PATH
3636

3737
- template: templates/setup-script-nix.yml
38-
- template: templates/nb-docs.yml
38+
- template: templates/nb-docs-nix.yml
3939

4040
- job: windows
4141
strategy:

0 commit comments

Comments
 (0)