We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b66c59 commit 2f42564Copy full SHA for 2f42564
2 files changed
.github/workflows/main.yml
@@ -29,14 +29,18 @@ jobs:
29
30
- name: Install dependencies
31
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
+ pip install -r requirements.txt
+
+# - name: Install dependencies
+# run: |
+# conda env create -f environment.yml
+#
+# - name: Activate tutorial-environment
40
+# source /home/runner/.bashrc
41
+# conda init bash
42
+# exec bash
43
+# conda activate tutorial-environment
44
45
# Build the book
46
- name: Build the book
___requirements.txt requirements.txt___requirements.txt renamed to requirements.txt
0 commit comments