Skip to content

Commit 433ee8e

Browse files
author
Ethan Manilow
committed
Adding conda build env cmd to github actions
1 parent 9c35ac3 commit 433ee8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Install dependencies
3131
run: |
32-
pip install -r requirements.txt
32+
conda env create -f environment.yml
3333
3434
# Build the book
3535
- name: Build the book

0 commit comments

Comments
 (0)