Skip to content

Commit 2f42564

Browse files
author
Ethan Manilow
committed
Trying requirements.txt
1 parent 4b66c59 commit 2f42564

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

.github/workflows/main.yml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,18 @@ jobs:
2929

3030
- name: Install dependencies
3131
run: |
32-
conda env create -f environment.yml
33-
34-
- name: Activate tutorial-environment
35-
run: |
36-
source /home/runner/.bashrc
37-
conda init bash
38-
exec bash
39-
conda activate tutorial-environment
32+
pip install -r requirements.txt
33+
34+
# - name: Install dependencies
35+
# run: |
36+
# conda env create -f environment.yml
37+
#
38+
# - name: Activate tutorial-environment
39+
# run: |
40+
# source /home/runner/.bashrc
41+
# conda init bash
42+
# exec bash
43+
# conda activate tutorial-environment
4044

4145
# Build the book
4246
- name: Build the book
File renamed without changes.

0 commit comments

Comments
 (0)