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 2b262c5 commit d8e53e2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.8"
commands:
- pip install -r requirements.txt
python: "3.8"

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

conda:
Expand Down

0 comments on commit d8e53e2

Please sign in to comment.