File tree 2 files changed +6
-5
lines changed 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 15
15
python-version : " 3.10"
16
16
environment-file : environment.yml
17
17
activate-environment : quantecon
18
- - name : Graphics Support
19
- run : |
20
- sudo apt-get -qq update && sudo apt-get install -y graphviz
18
+ # - name: Graphics Support
19
+ # run: |
20
+ # sudo apt-get -qq update && sudo apt-get install -y graphviz
21
21
# - name: Install latex dependencies
22
22
# run: |
23
23
# sudo apt-get -qq update
80
80
deploy-message : " Preview Deploy from GitHub Actions"
81
81
env :
82
82
NETLIFY_AUTH_TOKEN : ${{ secrets.NETLIFY_AUTH_TOKEN }}
83
- NETLIFY_SITE_ID : ${{ secrets.NETLIFY_SITE_ID }}
83
+ NETLIFY_SITE_ID : ${{ secrets.NETLIFY_SITE_ID }}
Original file line number Diff line number Diff line change 1
1
name : quantecon
2
2
channels :
3
+ - anaconda
3
4
- default
4
5
dependencies :
5
6
- python=3.10
6
7
- anaconda=2023.03
8
+ - graphviz
7
9
- pip
8
10
- pip :
9
11
- jupyter-book==0.15.1
@@ -23,4 +25,3 @@ dependencies:
23
25
# - cylp
24
26
# - array-to-latex
25
27
# - prettytable
26
-
You can’t perform that action at this time.
0 commit comments