Skip to content

Commit 0f71366

Browse files
authored
Update deploy.yml
1 parent c2b6dca commit 0f71366

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,6 @@ jobs:
6363
conda info
6464
conda list
6565
66-
- name: Create Build Environment
67-
# Some projects don't allow in-source building, so create separate build and install
68-
# directorie; we'll use them as our working directories for subsequent commands.
69-
run: |
70-
cmake -E make_directory ${{github.workspace}}/build
71-
cmake -E make_directory ${{github.workspace}}/install
72-
7366
- name: Build
7467
working-directory: ${{github.workspace}}
7568
# Execute the build.

0 commit comments

Comments
 (0)