Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
martimunicoy committed Dec 3, 2020
2 parents ed480da + d48390c commit 2216baa
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,15 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: conda-incubator/setup-miniconda@v2
name: Conda setup
- name: Set up Python 3.7
uses: actions/setup-python@v2
with:
python-version: 3.7
activate-environment: standard
environment-file: devtools/envs/standard.yaml
auto-activate-base: false

- name: Install dependencies
shell: bash -l {0}
run: |
python -m pip install --upgrade pip
python -m pip install --no-deps -v .
if [ -f docs/requirements.txt ]; then pip install -r docs/requirements.txt; fi
- name: Build sphinx documentation
Expand Down

0 comments on commit 2216baa

Please sign in to comment.