Skip to content

Commit

Permalink
Specify python version
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Dec 28, 2023
1 parent 801ad6f commit 34882db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: |
pip install -r docs/requirements.txt
Expand All @@ -90,7 +92,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.11'
- name: Install Dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
Expand Down
3 changes: 2 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.12"
python: "3.11"

python:
version: 3
install:
- method: pip
path: .
Expand Down

0 comments on commit 34882db

Please sign in to comment.