Skip to content

Commit

Permalink
chore: revert python version changes in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Aug 7, 2024
1 parent 6db6c48 commit f100c53
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.9]
python-version: [3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: setup python
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.8
- name: Install pip, setuptools, and wheel
run: pip install -r requirements/pip.txt
- name: Install dependencies
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.8
- name: Install pip, setuptools, and wheel
run: pip install -r requirements/pip.txt
- name: Install dependencies
Expand Down
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def get_version(*file_paths):
# ones.
extensions = [
'sphinx_book_theme',
'pydata_sphinx_theme',
'sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.intersphinx',
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ envlist = py{38,39}

[gh-actions]
python =
3.9: py39, docs, quality

3.8: py38, docs, quality
3.9: py39
[doc8]
max-line-length = 120

Expand Down

0 comments on commit f100c53

Please sign in to comment.