Skip to content

Commit

Permalink
Update pip
Browse files Browse the repository at this point in the history
  • Loading branch information
1kastner authored Dec 9, 2023
1 parent 3c086ad commit 87784c6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, "3.10"] # Check the oldest and newest currently supported Python versions
python-version: [3.8, "3.11"] # Check the oldest and newest currently supported Python versions

steps:

Expand All @@ -41,9 +41,13 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Use latest version of pip
run: |
python -m pip install --upgrade pip
- name: Install Python dependencies including sphinx
run: |
pip3 install --user -e .[dev]
python -m pip install --user -e .[dev]
- name: Build documentation and check for warnings
run: |
Expand Down

0 comments on commit 87784c6

Please sign in to comment.