Skip to content

Commit

Permalink
Maybe windows will place nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhbell committed Mar 3, 2024
1 parent a3b02c4 commit 198b090
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: [main]
jobs:
Matrix-build:
runs-on: ubuntu-latest
runs-on: windows-latest
# container: node:latest

# See: https://github.com/marketplace/actions/setup-miniconda#important
Expand All @@ -29,10 +29,10 @@ jobs:
environment-file: doc/environment.yml
- name: install teqp, built from source
# https://github.com/usnistgov/ChebTools/blob/master/README.md#prerequisites regarding the need for libgcc
# conda install libgcc libstdcxx-ng
run: |
conda install libgcc libstdcxx-ng
conda list
CXX=clang++ python -m pip install .
python -m pip install .
cd doc
make html
- name: archive docs
Expand Down

0 comments on commit 198b090

Please sign in to comment.