Skip to content

Commit

Permalink
CI: Update CI setup for more current versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplershift committed Nov 17, 2021
1 parent 10ab1cc commit e6186c1
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/docs-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
#
# Build our docs on macOS and Windows on Python 3.6 and 3.7, respectively.
# Build our docs on macOS and Windows on Python 3.6 and 3.8, respectively.
#
Docs:
name: ${{ matrix.os }} ${{ matrix.python-version }}
Expand All @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
include:
- python-version: 3.6
- python-version: 3.8
os: macOS
- python-version: 3.7
os: Windows
Expand Down Expand Up @@ -55,15 +55,6 @@ jobs:
# Needed for caching
use-only-tar-bz2: true

# TODO: Remove this when we drop Python 3.6
- name: Adjust traitlets dependency for Python 3.6
if: ${{ matrix.python-version == 3.6 }}
run: sed -e "s/traitlets==.*/traitlets==4.3.3/" -i.bak ci/requirements.txt

# TODO: Remove this when scipy>1.5.3 is available on conda-forge
- name: Adjust scipy dependency for Conda
run: sed -e "s/scipy==.*/scipy==1.5.3/" -i.bak ci/doc_requirements.txt

- name: Install dependencies
run: conda install --quiet --yes --file ci/doc_requirements.txt --file ci/extra_requirements.txt --file ci/requirements.txt

Expand Down

0 comments on commit e6186c1

Please sign in to comment.