Skip to content

Commit

Permalink
fix: update build.os in config
Browse files Browse the repository at this point in the history
  • Loading branch information
lgloege committed Sep 14, 2023
1 parent f90b30c commit 2b262c5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.8"
commands:
- pip install -r requirements.txt

python:
install:
- requirements: requirements.txt
- method: pip
- requirements: requirements.txt
- method: pip
path: .

conda:
Expand Down

0 comments on commit 2b262c5

Please sign in to comment.