Skip to content

Commit 7fe0155

Browse files
committed
Enable execution testing on windows
1 parent 928908d commit 7fe0155

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

.github/workflows/execution.yml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -33,33 +33,33 @@ jobs:
3333
with:
3434
name: execution-reports
3535
path: _build/html/reports
36-
# execution-tests-win:
37-
# name: Execution Tests (${{ matrix.python-version }}, ${{ matrix.os }})
38-
# runs-on: ${{ matrix.os }}
39-
# strategy:
40-
# fail-fast: false
41-
# matrix:
42-
# os: ["windows-latest"]
43-
# python-version: ["3.8"]
44-
# steps:
45-
# - name: Checkout
46-
# uses: actions/checkout@v2
47-
# - uses: conda-incubator/setup-miniconda@v2
48-
# with:
49-
# auto-update-conda: true
50-
# python-version: ${{ matrix.python-version }}
51-
# - name: Install Anaconda + Dependencies
52-
# shell: powershell
53-
# run: |
54-
# conda install anaconda
55-
# pip install jupyter-book
56-
# pip install jupyter-book sphinx-multitoc-numbering quantecon-book-theme sphinxext-rediraffe sphinx_tojupyter
57-
# - name: Build Lectures (+ Execution Checks)
58-
# shell: powershell
59-
# run: jb build lectures --path-output=./ -W --keep-going
60-
# - name: Upload Execution Reports
61-
# uses: actions/upload-artifact@v2
62-
# if: failure()
63-
# with:
64-
# name: execution-reports
65-
# path: _build/html/reports
36+
execution-tests-win:
37+
name: Execution Tests (${{ matrix.python-version }}, ${{ matrix.os }})
38+
runs-on: ${{ matrix.os }}
39+
strategy:
40+
fail-fast: false
41+
matrix:
42+
os: ["windows-latest"]
43+
python-version: ["3.8"]
44+
steps:
45+
- name: Checkout
46+
uses: actions/checkout@v2
47+
- uses: conda-incubator/setup-miniconda@v2
48+
with:
49+
auto-update-conda: true
50+
python-version: ${{ matrix.python-version }}
51+
- name: Install Anaconda + Dependencies
52+
shell: powershell
53+
run: |
54+
conda install anaconda
55+
pip install jupyter-book
56+
pip install jupyter-book sphinx-multitoc-numbering quantecon-book-theme sphinxext-rediraffe sphinx_tojupyter
57+
- name: Build Lectures (+ Execution Checks)
58+
shell: powershell
59+
run: jb build lectures --path-output=./ -W --keep-going
60+
- name: Upload Execution Reports
61+
uses: actions/upload-artifact@v2
62+
if: failure()
63+
with:
64+
name: execution-reports
65+
path: _build/html/reports

0 commit comments

Comments
 (0)