Skip to content

Commit 727b373

Browse files
committed
fix
1 parent ea4bdd3 commit 727b373

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
python-version: "3.10"
1616
environment-file: environment.yml
1717
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
2121
# - name: Install latex dependencies
2222
# run: |
2323
# sudo apt-get -qq update
@@ -80,4 +80,4 @@ jobs:
8080
deploy-message: "Preview Deploy from GitHub Actions"
8181
env:
8282
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
83-
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
83+
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}

environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: quantecon
22
channels:
3+
- anaconda
34
- default
45
dependencies:
56
- python=3.10
67
- anaconda=2023.03
8+
- graphviz
79
- pip
810
- pip:
911
- jupyter-book==0.15.1
@@ -23,4 +25,3 @@ dependencies:
2325
# - cylp
2426
# - array-to-latex
2527
# - prettytable
26-

0 commit comments

Comments
 (0)