Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
juanep97 committed Dec 13, 2023
1 parent 143ed34 commit 20e381f
Showing 1 changed file with 21 additions and 24 deletions.
45 changes: 21 additions & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@ on:

jobs:
tests:
defaults:
run:
shell: bash -l {0}
name: test coverage
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: create and activate env
uses: conda-incubator/setup-miniconda@v3
with:
Expand All @@ -33,23 +30,23 @@ jobs:
run: |
make test-cov
codecov -X gcov
docs:
defaults:
run:
shell: bash -l {0}
name: docs building
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v3
- name: create and activate env
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: mutis
environment-file: environment.yml
- name: install mutis
run: |
pip install -e .
- name: build docs
run: |
make docs-sphinx
# docs:
# defaults:
# run:
# shell: bash -l {0}
# name: docs building
# runs-on: ubuntu-latest
# steps:
# - name: checkout repo
# uses: actions/checkout@v4
# - name: create and activate env
# uses: conda-incubator/setup-miniconda@v3
# with:
# activate-environment: mutis
# environment-file: environment.yml
# - name: install mutis
# run: |
# pip install -e .
# - name: build docs
# run: |
# make docs-sphinx

0 comments on commit 20e381f

Please sign in to comment.